diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-01 05:26:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-01 05:26:45 +0000 |
commit | 122293145eb14921b455aa32d7217cb4f350e4b1 (patch) | |
tree | 40bdf63a3a48f444a488aeeb7421c230e8c6c627 /lib | |
parent | 7d4f3f0e2bb6770f0ebf09c7665a9aea92692649 (diff) |
Disable the compose cache code.
It can't be used without proper libc locale support.
Diffstat (limited to 'lib')
-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 a8788db5c..a5a290f96 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2010/05/18 19:37:30 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2010/06/01 05:26:44 matthieu Exp $ .include <bsd.xconf.mk> SHARED_LIBS= X11 13.0 -CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 +CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \ + --disable-composecache .if ${XENOCARA_BUILD_XCB:L} == "no" CONFIGURE_ARGS+= --without-xcb |