Add a MAKE_ENV= CXX=${CXX}. I have no idea why this is needed.

CXX=asdf make properly uses asdf instead of c++, but USE_NEWGCC=yes
in the Makefile isn't sending it through.

Noticed by:	bento.freebsd.org
This commit is contained in:
Chris Piazza 1999-09-06 05:10:03 +00:00
parent 2df066d06c
commit 7c48bdec7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21290

View File

@ -17,6 +17,8 @@ LIB_DEPENDS= qt2.2:${PORTSDIR}/x11-toolkits/qt201
USE_NEWGCC= yes
USE_X_PREFIX= yes
MAKE_ENV= CXX="${CXX}" CC="${CC}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox