diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 20:52:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 20:52:49 +0000 |
commit | 100eb74c10e53a1f8e0b0b67e836e7703914ca1f (patch) | |
tree | 12b86a9a91f48575e607c406b958d3e396135a9e /lib/libX11/Makefile.bsd-wrapper | |
parent | 5a9fa3dae6adae68de15f37d34f31b19ea867343 (diff) |
Update to libX11 1.4.3 which was released during the 1.4.2 tests.
Mostly churn in the doc build system, which is disabled on Xenocara
for now.
Diffstat (limited to 'lib/libX11/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libX11/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper index a468e152d..a0f54204d 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2011/05/30 19:19:29 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2011/05/30 20:52:47 matthieu Exp $ .include <bsd.xconf.mk> SHARED_LIBS= X11 15.0 CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \ - --disable-composecache --without-xmlto + --disable-composecache \ + --without-xmlto --without-fop --without-xsltproc .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no" CONFIGURE_ARGS+= --disable-loadable-xcursor |