diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 14:21:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 14:21:49 +0100 |
commit | df666e5a4fcef3c7a8d7da5f3628672e2bdcc77b (patch) | |
tree | 72a48da1a3e7ae9ca0b60f0cedcb89b138160a85 /package/libX11/Makefile | |
parent | 8dbadd582b22e1997cc82477e41d20e25fb604b1 (diff) |
fix compile errors on OpenBSD host
update bluez package to latest upstream.
disable aufs2-util on OpenBSD host.
Diffstat (limited to 'package/libX11/Makefile')
-rw-r--r-- | package/libX11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile index 3e76da9eb..e1a990ada 100644 --- a/package/libX11/Makefile +++ b/package/libX11/Makefile @@ -23,6 +23,7 @@ $(eval $(call PKG_template,LIBX11,libx11,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP XAKE_FLAGS+= HOSTCPPFLAGS=-I${STAGING_DIR}/usr/include/xproto CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --enable-xlocale \ + --disable-specs \ --disable-xf86bigfont \ --disable-malloc0returnsnull \ --without-xcb |