diff -r -c3 pciutils-2.1.9.bak/Makefile pciutils-2.1.9/Makefile *** pciutils-2.1.9.bak/Makefile Sun Nov 4 16:33:07 2001 --- pciutils-2.1.9/Makefile Tue Oct 1 02:26:15 2002 *************** *** 2,10 **** # Makefile for Linux PCI Utilities # (c) 1998--2000 Martin Mares ! OPT=-O2 -fomit-frame-pointer ! #OPT=-O2 -g ! CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror VERSION=2.1.9 #SUFFIX=-pre2 --- 2,10 ---- # Makefile for Linux PCI Utilities # (c) 1998--2000 Martin Mares ! #OPT=-O2 -fomit-frame-pointer ! OPT=-O2 -g ! CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes VERSION=2.1.9 #SUFFIX=-pre2 *************** *** 14,21 **** INSTALL=install DIRINSTALL=install -d ifeq ($(shell uname),FreeBSD) ! ROOT=/usr/local ! PREFIX=/usr/local else ifeq ($(shell uname),AIX) ROOT=/usr/local --- 14,21 ---- INSTALL=install DIRINSTALL=install -d ifeq ($(shell uname),FreeBSD) ! ROOT=/gnu/usr ! PREFIX=/gnu/usr else ifeq ($(shell uname),AIX) ROOT=/usr/local diff -r -c3 pciutils-2.1.9.bak/lib/Makefile pciutils-2.1.9/lib/Makefile *** pciutils-2.1.9.bak/lib/Makefile Fri Apr 21 13:58:00 2000 --- pciutils-2.1.9/lib/Makefile Tue Oct 1 02:27:58 2002 *************** *** 25,31 **** ifdef HAVE_PM_FBSD_DEVICE OBJS += fbsd-device.o ! CFLAGS += -I/usr/src/sys endif ifdef HAVE_PM_AIX_DEVICE --- 25,31 ---- ifdef HAVE_PM_FBSD_DEVICE OBJS += fbsd-device.o ! CFLAGS += -I/gnu/usr/include -I/usr/src/sys endif ifdef HAVE_PM_AIX_DEVICE diff -r -c3 pciutils-2.1.9.bak/lib/fbsd-device.c pciutils-2.1.9/lib/fbsd-device.c *** pciutils-2.1.9.bak/lib/fbsd-device.c Tue Jul 20 15:32:35 1999 --- pciutils-2.1.9/lib/fbsd-device.c Tue Oct 1 02:29:17 2002 *************** *** 15,22 **** #include #include ! #include ! #include #include "internal.h" --- 15,21 ---- #include #include ! #include #include "internal.h"