diff options
Diffstat (limited to 'lib/libX11/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libX11/Makefile.bsd-wrapper | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper index 275bf5540..361b603fc 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.23 2015/04/06 20:57:55 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.24 2016/03/11 13:09:42 okan Exp $ .include <bsd.xconf.mk> SHARED_LIBS= X11 16.1 X11_xcb 2.0 @@ -7,8 +7,4 @@ CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \ --disable-composecache \ --without-xmlto --without-fop --without-xsltproc -.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no" -CONFIGURE_ARGS+= --disable-loadable-xcursor -.endif - .include <bsd.xorg.mk> |