diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-08-04 15:45:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-08-04 15:45:42 +0000 |
commit | 4d1ace6d7bcd023eba919c330b2ddf992dfcfeb0 (patch) | |
tree | bf6c042b1dd2272f3c1c29d5dade7df421fb211f /lib | |
parent | ecd8a04ee9d21d1812be96a46b51cf6cdfbc01e4 (diff) |
Enable XCB on architectures with shared libs.
requested by sthen@.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libX11/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper index 7ea81f617..cd9282756 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2009/06/04 16:36:07 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2009/08/04 15:45:41 matthieu Exp $ .include <bsd.xconf.mk> -SHARED_LIBS= X11 11.2 +SHARED_LIBS= X11 12.0 CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 |