diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-12-10 14:54:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-12-10 14:54:19 +0000 |
commit | 1437fce3a1e3ca3a0f5f92abaedaea5a8ede97de (patch) | |
tree | 9675cb86d4e1abbf95a2914ba2299d17b2b07caf | |
parent | 4a91c738de5f2372227e9b6e53b573229a5a71fe (diff) |
set CONFIG_SITE in configure's environment.
-rw-r--r-- | app/xlockmore/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xlockmore/Makefile.bsd-wrapper b/app/xlockmore/Makefile.bsd-wrapper index 02be42e6a..0f07281ef 100644 --- a/app/xlockmore/Makefile.bsd-wrapper +++ b/app/xlockmore/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2011/03/08 20:48:59 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2011/12/10 14:54:18 matthieu Exp $ .include <bsd.xconf.mk> @@ -8,6 +8,7 @@ config.status: ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ CFLAGS="${CFLAGS}" \ PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \ + CONFIG_SITE=$(CONFIG_SITE) \ sh ${.CURDIR}/configure --prefix=${X11BASE} \ --datarootdir=${X11BASE} \ --enable-appdefaultdir=/etc/X11/app-defaults \ |