diff options
author | beat <beat@FreeBSD.org> | 2011-10-27 23:52:25 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-10-27 23:52:25 +0800 |
commit | cd5c71c304c1aff471f0631d60bf3912169ac44b (patch) | |
tree | e6db2cbd5b6d7c3f18617ee8a74d2554e3fda745 /x11 | |
parent | ea80c030ac83618cb78c2223a787a6cdfe8f7706 (diff) | |
download | freebsd-ports-gnome-cd5c71c304c1aff471f0631d60bf3912169ac44b.tar.gz freebsd-ports-gnome-cd5c71c304c1aff471f0631d60bf3912169ac44b.tar.zst freebsd-ports-gnome-cd5c71c304c1aff471f0631d60bf3912169ac44b.zip |
- Fix build on FreeBSD 10
Approved by: miwi
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libICE/Makefile | 1 | ||||
-rw-r--r-- | x11/libXau/Makefile | 1 | ||||
-rw-r--r-- | x11/libXdmcp/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index ed3c6056c4dd..1ec98523192a 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -15,5 +15,6 @@ COMMENT= Inter Client Exchange library for X11 XORG_CAT= lib USE_XORG= xproto:both xtrans +WITH_FBSD10_FIX= yes .include <bsd.port.mk> diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 73ddb55609bf..7debc9999e47 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -14,6 +14,7 @@ COMMENT= Authentication Protocol library for X11 XORG_CAT= lib USE_XORG= xproto:both +WITH_FBSD10_FIX= yes MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \ XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \ diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index ad629cf5fb2e..8bdfcd8419d2 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -16,6 +16,7 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto:both +WITH_FBSD10_FIX= yes CONFIGURE_ARGS+=--disable-docs --without-xmlto |