diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-31 11:14:29 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-31 11:14:29 +0000 |
commit | ef5ca266353e502f307b04e9b0e63c98164396d7 (patch) | |
tree | e326d1f7fe1271e878770600b2b9f982a9cb0470 /x11/xlockmore | |
parent | 3fc45822209b246b9e5e0981ed6bfc89e39a78ca (diff) | |
download | pkgsrc-ef5ca266353e502f307b04e9b0e63c98164396d7.tar.gz |
o Fix/add quoting
o Respect ${CFLAGS}
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 1c8b3f608c5..6690fe85d0c 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2001/02/17 17:07:14 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2001/03/31 11:14:31 zuntum Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -28,7 +28,7 @@ USE_X11BASE= YES .if defined(XLOCK_LIGHT) CONFIGURE_ARGS+=--without-gltt --without-ttf --without-opengl --without-mesagl \ --without-xpm # --without-cxx XXX doesn't work -CONFIGURE_ENV+= "CXX=${CC}" # no dependency on libstdc++ +CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++ .else USE_XPM= YES CONFIGURE_ARGS+= --with-mesagl |