summaryrefslogtreecommitdiffstats
path: root/sources/pciutils.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-09 02:49:33 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-09 02:49:33 +0000
commit44eedc5c44416a97b3f5ca03d596ec3c9fb29380 (patch)
tree96f605b4cd9934fc1d09319490c672aaab44ce2f /sources/pciutils.patch
parent73f7be82904f487d167493e76b415fbe5b5f8c5a (diff)
downloadbuildroot-novena-44eedc5c44416a97b3f5ca03d596ec3c9fb29380.tar.gz
buildroot-novena-44eedc5c44416a97b3f5ca03d596ec3c9fb29380.zip
facelift step number two
Diffstat (limited to 'sources/pciutils.patch')
-rw-r--r--sources/pciutils.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sources/pciutils.patch b/sources/pciutils.patch
deleted file mode 100644
index 7718b253a..000000000
--- a/sources/pciutils.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur pciutils-2.1.11.orig/lib/configure pciutils-2.1.11/lib/configure
---- pciutils-2.1.11.orig/lib/configure 2004-10-08 11:56:42.876316816 -0400
-+++ pciutils-2.1.11/lib/configure 2004-10-08 11:57:04.965958680 -0400
-@@ -25,7 +25,6 @@
- echo " $sys/$cpu $rel"
-
- c=config.h
--echo >$c "#define ARCH_`echo $cpu | tr 'a-z' 'A-Z'`"
- echo >>$c "#define OS_`echo $sys | tr 'a-z' 'A-Z'`"
-
- echo_n "Looking for access methods..."
-@@ -40,17 +39,6 @@
- ok=1
- ;;
- esac
-- case $cpu in
-- i386) echo_n " i386-ports"
-- echo >>$c '#define HAVE_PM_INTEL_CONF'
-- ok=1
-- ;;
-- alpha|ia64) echo >>$c '#define HAVE_64BIT_ADDRESS'
-- ;;
-- sparc|sparc64) echo >>$c '#define HAVE_64BIT_ADDRESS'
-- echo >>$c '#define HAVE_LONG_ADDRESS'
-- ;;
-- esac
- ;;
- FreeBSD)
- echo_n " fbsd-device"