diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:13:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:13:30 +0800 |
commit | f3c7d61c27730551dd9e884b1d0949156cc7b9f8 (patch) | |
tree | 00007775329539b9424a39565681d3bb851c11f4 /devel | |
parent | 9cdf59d7b1b339253152694459e35161b3998314 (diff) | |
download | freebsd-ports-gnome-f3c7d61c27730551dd9e884b1d0949156cc7b9f8.tar.gz freebsd-ports-gnome-f3c7d61c27730551dd9e884b1d0949156cc7b9f8.tar.zst freebsd-ports-gnome-f3c7d61c27730551dd9e884b1d0949156cc7b9f8.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpciaccess/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile index 3954d510716c..4682840475ff 100644 --- a/devel/libpciaccess/Makefile +++ b/devel/libpciaccess/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids +WITH_FBSD10_FIX=yes XORG_CAT= lib .include <bsd.port.mk> |