Disable the compose cache code.
It can't be used without proper libc locale support.
This commit is contained in:
parent
abf69b3650
commit
71cc7797d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user