From 7fb1d2e2e3ca1b563e3b42e2deb927e5b4677339 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Mon, 6 Sep 1999 05:10:03 +0000 Subject: 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 --- x11-wm/toolbox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-wm') diff --git a/x11-wm/toolbox/Makefile b/x11-wm/toolbox/Makefile index deada3e..b00ce8f 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 -- cgit v1.1