diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-23 12:26:43 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-23 12:26:43 +0000 |
commit | 269f42fdac4e0566efa4258266a5c45684c99d4b (patch) | |
tree | c0ace04ed6d11e94c901a425c71302ae2de594ac /sys-apps/lm-sensors/files | |
parent | Removed 0.24. Author has released .24.1 per problems with makemaker in .24 (diff) | |
download | gentoo-2-269f42fdac4e0566efa4258266a5c45684c99d4b.tar.gz gentoo-2-269f42fdac4e0566efa4258266a5c45684c99d4b.tar.bz2 gentoo-2-269f42fdac4e0566efa4258266a5c45684c99d4b.zip |
Compiled against wrong headers (at least tried to)
Diffstat (limited to 'sys-apps/lm-sensors/files')
-rw-r--r-- | sys-apps/lm-sensors/files/2.7.0-wrong-headers.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/lm-sensors/files/2.7.0-wrong-headers.patch b/sys-apps/lm-sensors/files/2.7.0-wrong-headers.patch deleted file mode 100644 index 28dce0bd01f3..000000000000 --- a/sys-apps/lm-sensors/files/2.7.0-wrong-headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile 2002-12-04 16:44:32.000000000 +0100 -+++ Makefile.new 2003-06-16 16:20:04.000000000 +0200 -@@ -178,7 +178,7 @@ - # PROGCPPFLAGS/PROGCFLAGS is to create non-kernel object files (which are linked into executables). - # ARCPPFLAGS/ARCFLAGS are used to create archive object files (static libraries). - # LIBCPPFLAGS/LIBCFLAGS are for shared library objects. --ALL_CPPFLAGS := -I. -Ikernel/include -I$(I2C_HEADERS) -I$(LINUX_HEADERS) -+ALL_CPPFLAGS := -I. -Ikernel/include -I$(I2C_HEADERS) -idirafter $(LINUX_HEADERS) - ALL_CFLAGS := -O2 - - ifeq ($(DEBUG),1) |