aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-10-29 02:13:30 +0800
committermiwi <miwi@FreeBSD.org>2011-10-29 02:13:30 +0800
commitf3c7d61c27730551dd9e884b1d0949156cc7b9f8 (patch)
tree00007775329539b9424a39565681d3bb851c11f4 /devel
parent9cdf59d7b1b339253152694459e35161b3998314 (diff)
downloadfreebsd-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/Makefile1
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>