diff options
author | agc <agc@pkgsrc.org> | 2001-03-09 16:10:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-09 16:10:22 +0000 |
commit | 9ec4779822695188ea3bd1a9b9aabbc0312cc011 (patch) | |
tree | 56e8936e15ff574adc63d7f33949b5d37eb39724 /x11 | |
parent | a9c9600de3dac487ed41d251b10d897ae69a9bc6 (diff) | |
download | pkgsrc-9ec4779822695188ea3bd1a9b9aabbc0312cc011.tar.gz |
Add a tag to the LIBTOOL_FLAGS to get libtool to recognise that the
compiler it is invoking (g++) is a C++ compiler.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qwspritefield/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qwspritefield/Makefile b/x11/qwspritefield/Makefile index c2bd2e41699..b87f8e93497 100644 --- a/x11/qwspritefield/Makefile +++ b/x11/qwspritefield/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/17 17:06:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/03/09 16:10:22 agc Exp $ DISTNAME= QwSpriteField1.6 PKGNAME= qwspritefield-1.6 @@ -15,6 +15,7 @@ CONFLICTS= kdesupport-1.0 USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes +LIBTOOL_FLAGS+= --tag=CXX WRKSRC= ${WRKDIR}/QwSpriteField QW_INCLUDES= Pix.h QwCluster.h QwPublicList.h QwSpriteField.h |