From owner-cvs-all Mon Sep 6 16: 3: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 9A33815475; Mon, 6 Sep 1999 16:03:04 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id SAA08485; Mon, 6 Sep 1999 18:03:00 -0500 (CDT) Received: from sji-ca2-52.ix.netcom.com(205.186.212.52) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma008472; Mon Sep 6 18:02:46 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA19912; Mon, 6 Sep 1999 15:58:30 -0700 (PDT) To: Chris Piazza Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/toolbox Makefile References: <199909060510.WAA11559@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 06 Sep 1999 15:58:30 -0700 In-Reply-To: Chris Piazza's message of "Sun, 5 Sep 1999 22:10:04 -0700 (PDT)" Message-ID: Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Chris Piazza * 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. It's not supposed to. The CC and CXX that USE_NEWGCC defines are make variables, and it's only passed to configure. The rest is up to the porter. Or should I change it to include CC/CXX in MAKE_ENV too? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message