summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-03-07 04:40:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-03-07 04:40:19 +0000
commit2f4fd1b19745bc7d919ad046badce15198507e9c (patch)
treef1bf1295894d1b5e5b81da0f209430598aa1669c /Mk/bsd.port.mk
parentPR: 5911 (diff)
Add ${CXX} to list of variables passed in the environment when
invoking configure. Submitted by: obrien
Notes
Notes: svn path=/head/; revision=10059
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index f00a818834ad..89f91232426d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.270 1998/02/04 10:36:56 asami Exp $
+# $Id: bsd.port.mk,v 1.271 1998/02/19 06:49:27 asami Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -1054,7 +1054,8 @@ do-configure:
${SCRIPTDIR}/configure; \
fi
.if defined(HAS_CONFIGURE)
- @(cd ${WRKSRC} && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
+ @(cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" ac_cv_path_CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \