From 2154bcc4e4717473b4ce72fdd55a116c459e200f Mon Sep 17 00:00:00 2001
From: skrll <skrll@pkgsrc.org>
Date: Mon, 23 Apr 2001 08:26:01 +0000
Subject: Pass CXX down in MAKE_ENV rather than hardcoding g++. This makes
 libtool happy.

Noted in recent i386 bulk build.
---
 comms/plp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'comms/plp/Makefile')

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
-- 
cgit v1.2.3