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 /mk | |
| parent | 8dbadd582b22e1997cc82477e41d20e25fb604b1 (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.mk | 6 |
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... " |
