summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 14:21:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 14:21:49 +0100
commitdf666e5a4fcef3c7a8d7da5f3628672e2bdcc77b (patch)
tree72a48da1a3e7ae9ca0b60f0cedcb89b138160a85 /mk
parent8dbadd582b22e1997cc82477e41d20e25fb604b1 (diff)
fix compile errors on OpenBSD host
update bluez package to latest upstream. disable aufs2-util on OpenBSD host.
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-bottom.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 3a7320d6e..a3ca4590c 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -20,11 +20,13 @@ ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
ifneq ($(filter autotool,${CONFIGURE_STYLE}),)
cd ${WRKBUILD}; \
- autoreconf -vif $(MAKE_TRACE)
+ env AUTOCONF_VERSION=2.62 \
+ AUTOMAKE_VERSION=1.9 \
+ autoreconf -vif $(MAKE_TRACE)
endif
ifneq ($(filter autoconf,${CONFIGURE_STYLE}),)
cd ${WRKBUILD}; \
- autoconf $(MAKE_TRACE)
+ env AUTOCONF_VERSION=2.62 autoconf $(MAKE_TRACE)
endif
ifneq ($(filter gnu,${CONFIGURE_STYLE}),)
@$(CMD_TRACE) "configuring... "