diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-01 16:34:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-01 16:34:10 +0000 |
commit | 6b22abff851bd8e49f3c6c8190d7bda50570464d (patch) | |
tree | e7f0254359adaa9990784f24e0c2fac2387a2ad7 /x11/qt1/Makefile | |
parent | 566ee20aa255b229ce080320fdae94f77f875b8b (diff) | |
download | pkgsrc-6b22abff851bd8e49f3c6c8190d7bda50570464d.tar.gz |
Honor CFLAGS passed in from environment during build.
Diffstat (limited to 'x11/qt1/Makefile')
-rw-r--r-- | x11/qt1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile index f2d7e0fea19..160312376f3 100644 --- a/x11/qt1/Makefile +++ b/x11/qt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:06:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/01 16:43:39 jlam Exp $ # DISTNAME= qt-1.44 @@ -18,6 +18,7 @@ USE_LIBTOOL= yes QTPREFIX=${PREFIX}/qt1 MAKE_ENV= QTDIR=${WRKSRC} QTPREFIX=${QTPREFIX} +MAKE_ENV+= CXXOPTS="${CFLAGS}" ALL_TARGET= src .include "../../mk/bsd.prefs.mk" |