diff options
author | skrll <skrll@pkgsrc.org> | 2001-04-23 08:26:01 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-04-23 08:26:01 +0000 |
commit | 2154bcc4e4717473b4ce72fdd55a116c459e200f (patch) | |
tree | f80b79b912e1b3092b6dac87db90546437e4485f /comms/plp/Makefile | |
parent | cf2f0e80d76d63096bdfb5c61a5ead6728a3c5d3 (diff) | |
download | pkgsrc-2154bcc4e4717473b4ce72fdd55a116c459e200f.tar.gz |
Pass CXX down in MAKE_ENV rather than hardcoding g++. This makes libtool
happy.
Noted in recent i386 bulk build.
Diffstat (limited to 'comms/plp/Makefile')
-rw-r--r-- | comms/plp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 6a1a99d6c45..bc0a160515f 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 13:56:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/23 08:26:01 skrll Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -12,6 +12,8 @@ COMMENT= Tools to talk to the PSION organiser USE_GMAKE= yes USE_LIBTOOL= yes +MAKE_ENV+= REALCXX="${CXX}" + do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/utils/libplputils.la ${PREFIX}/lib ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/ncp/ncp ${PREFIX}/bin |