summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-06 05:10:03 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-06 05:10:03 +0000
commit7c48bdec7d7a9fd66d079ae714fa9e45b7563e10 (patch)
tree18f9910696b960bb1da842873b96a70063000f51 /x11-wm
parentUpdated the distfile (diff)
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
Notes
Notes: svn path=/head/; revision=21290
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/toolbox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/toolbox/Makefile b/x11-wm/toolbox/Makefile
index deada3e52adb..b00ce8fce1e4 100644
--- a/x11-wm/toolbox/Makefile
+++ b/x11-wm/toolbox/Makefile
@@ -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