diff options
author | agc <agc> | 2001-03-09 16:10:22 +0000 |
---|---|---|
committer | agc <agc> | 2001-03-09 16:10:22 +0000 |
commit | 176a7eac588a90def95fb3cb7ea7bd9f7d6eea2e (patch) | |
tree | 56e8936e15ff574adc63d7f33949b5d37eb39724 /x11 | |
parent | f9e3d961bf27c96f6d348d13f468424f4c49a3a6 (diff) | |
download | pkgsrc-176a7eac588a90def95fb3cb7ea7bd9f7d6eea2e.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 |