From 44eedc5c44416a97b3f5ca03d596ec3c9fb29380 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 02:49:33 +0000 Subject: facelift step number two --- package/pciutils/pciutils.mk | 2 +- package/pciutils/pciutils.patch | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 package/pciutils/pciutils.patch (limited to 'package/pciutils') diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 219864f74..296e96822 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -25,7 +25,7 @@ pciutils-source: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) -xvf - $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.id - $(SOURCE_DIR)/patch-kernel.sh $(PCIUTILS_DIR) $(SOURCE_DIR) pciutils*.patch + toolchain/patch-kernel.sh $(PCIUTILS_DIR) package/pciutils pciutils*.patch touch $(PCIUTILS_DIR)/.unpacked $(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked diff --git a/package/pciutils/pciutils.patch b/package/pciutils/pciutils.patch new file mode 100644 index 000000000..7718b253a --- /dev/null +++ b/package/pciutils/pciutils.patch @@ -0,0 +1,29 @@ +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" -- cgit v1.2.3