From owner-cvs-all Sun Sep 5 22:10:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1332150A5; Sun, 5 Sep 1999 22:10:20 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA11559; Sun, 5 Sep 1999 22:10:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909060510.WAA11559@freefall.freebsd.org> From: Chris Piazza Date: Sun, 5 Sep 1999 22:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/toolbox Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/05 22:10:03 PDT Modified files: x11-wm/toolbox Makefile Log: 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 Revision Changes Path 1.8 +3 -1 ports/x11-wm/toolbox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message