summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-06-23 12:26:43 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-06-23 12:26:43 +0000
commit269f42fdac4e0566efa4258266a5c45684c99d4b (patch)
treec0ace04ed6d11e94c901a425c71302ae2de594ac /sys-apps/lm-sensors/files
parentRemoved 0.24. Author has released .24.1 per problems with makemaker in .24 (diff)
downloadgentoo-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.patch11
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)