diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
commit | d0b73dd53436e6bd29701902fe6a78ada09f9f59 (patch) | |
tree | a057af9fd63f1e122391d52bbe23dee0bf08cffe /x11/libXext | |
parent | 03d2969e82aaa9b464977821bf644be406a01b1f (diff) | |
download | freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.gz freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.zst freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 24f7bad8d840..f5b20bff321a 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -16,6 +16,7 @@ COMMENT= X11 Extension library LICENSE= MIT +WITH_FBSD10_FIX=yes XORG_CAT= lib USE_XORG= xproto x11 xextproto:both xau CONFIGURE_ARGS+=--disable-specs --without-xmlto |