diff options
author | tron <tron@pkgsrc.org> | 2001-03-11 08:32:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-11 08:32:38 +0000 |
commit | 331897892c90a892cf130421c54136076f3254dc (patch) | |
tree | e1f617193501738491b2e9927988381a003bd67f /x11/qwspritefield | |
parent | 343d92b627ec61f481c526724a10c10f72d5d0f0 (diff) | |
download | pkgsrc-331897892c90a892cf130421c54136076f3254dc.tar.gz |
Don't use "--tag" to tell "libtool" that a C++ compiler is used, simply
use "${CXX}" so that the automatic recognition works.
Diffstat (limited to 'x11/qwspritefield')
-rw-r--r-- | x11/qwspritefield/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qwspritefield/Makefile b/x11/qwspritefield/Makefile index b87f8e93497..aaf7e6e6a08 100644 --- a/x11/qwspritefield/Makefile +++ b/x11/qwspritefield/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/09 16:10:22 agc Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/11 08:32:38 tron Exp $ DISTNAME= QwSpriteField1.6 PKGNAME= qwspritefield-1.6 @@ -15,7 +15,6 @@ 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 @@ -23,7 +22,7 @@ QW_INCLUDES= Pix.h QwCluster.h QwPublicList.h QwSpriteField.h EVAL_PREFIX+= QT1DIR=qt1 PATH:= ${QT1DIR}/qt1/bin:${PATH} -MAKE_ENV+= "QTDIR=${QT1DIR}/qt1" +MAKE_ENV+= CXX="${CXX}" "QTDIR=${QT1DIR}/qt1" do-install: @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libQwSpriteField.la \ |