From 122293145eb14921b455aa32d7217cb4f350e4b1 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 1 Jun 2010 05:26:45 +0000 Subject: Disable the compose cache code. It can't be used without proper libc locale support. --- lib/libX11/Makefile.bsd-wrapper | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') 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 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 -- cgit v1.2.3