diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 12:03:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 12:03:11 +0000 |
commit | 380410ba04a00a29f73ae44c1c0da1f04e2d14d8 (patch) | |
tree | f1a597b1979f20d41e3f3c1b9859de072da2746e /share | |
parent | 0fc2f8d4db7a8ec8f1258cb8a8acb67d8a35a4c9 (diff) |
Use autoreconf --force to overwrite libtool scripts with the
OpenBSD ones.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.xorg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 8c6e58129..4269a8564 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.4 2006/11/26 13:54:48 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.5 2006/11/27 12:03:10 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -70,7 +70,7 @@ all: config.status .if !target(config.status) .if defined(XENOCARA_RERUN_AUTOCONF) && ${XENOCARA_RERUN_AUTOCONF:L} == "yes" config.status: - cd ${.CURDIR}; ${MAKE_ENV} autoreconf -v --install + cd ${.CURDIR}; ${MAKE_ENV} autoreconf -v --install --force PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \ ${CONFIGURE_ENV} ${.CURDIR}/configure \ --enable-maintainer-mode --prefix=${X11BASE} \ |