]> mj.ucw.cz Git - pciutils.git/commitdiff
Updated the FreeBSD port
authorMartin Mares <mj@ucw.cz>
Fri, 26 Dec 2003 23:30:47 +0000 (23:30 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:12 +0000 (14:18 +0200)
Updated the FreeBSD port. Thanks to Samy Al Bahra <samy@kerneled.com>
for the patches:

* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
* lib/fbsd-device.c: Select the right set of system includes according
to __FreeBSD_version.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-20

ChangeLog
lib/Makefile

index e48b7f13cb60cd71f3fa6cb30541ccd78e3d46ca..d192e15339eefb484999e02f039525a45c265b3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-27  Martin Mares  <mj@ucw.cz>
+
+       Updated the FreeBSD port. Thanks to Samy Al Bahra <samy@kerneled.com>
+       for the patches:
+
+       * lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
+       * lib/fbsd-device.c: Select the right set of system includes according
+       to __FreeBSD_version.
+
 2003-12-27  Martin Mares  <mj@ucw.cz>
 
        Merged support for Solaris on i386 by Bill Moore <billm@eng.sun.com>
index 30e06e89de5eeab8d03cb659c45c72303d693dc5..b48c4ce811ab545566b4080ae1f0a7d2822bd7e0 100644 (file)
@@ -27,6 +27,9 @@ endif
 ifdef HAVE_PM_FBSD_DEVICE
 OBJS += fbsd-device.o
 CFLAGS += -I/usr/src/sys
+ifdef FREEBSD_SYS
+CFLAGS += -I${FREEBSD_SYS}
+endif
 endif
 
 ifdef HAVE_PM_AIX_DEVICE