diff options
author | tron <tron> | 2001-03-11 08:32:38 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-11 08:32:38 +0000 |
commit | 88919cc9094f23e162be91b124ec4f3750aca5f4 (patch) | |
tree | e1f617193501738491b2e9927988381a003bd67f /x11 | |
parent | b1e4f2ab18b455542590cd857b715ae2ce18529f (diff) | |
download | pkgsrc-88919cc9094f23e162be91b124ec4f3750aca5f4.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')
-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 \ |