diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-07 15:45:14 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-07 15:45:14 +0000 |
commit | 15fadde97db3cd15e6f158c4ed8ab6ccce382931 (patch) | |
tree | da65898ef3c75f6492e50485d028b37f313b871c /app | |
parent | 846a59de5c9b5b04407a7b234cb1c8111f0e7e59 (diff) |
pass CFLAGS to configure
Diffstat (limited to 'app')
-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 1c8d569ad..db7742cde 100644 --- a/app/xlockmore/Makefile.bsd-wrapper +++ b/app/xlockmore/Makefile.bsd-wrapper @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/02/04 21:07:34 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2007/04/07 15:45:13 matthieu Exp $ config.status: AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \ AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \ ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ + CFLAGS="${CFLAGS}" \ PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \ sh ${.CURDIR}/configure --prefix=${X11BASE} \ --enable-appdefaultdir=/etc/X11/app-defaults \ |