summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-28 03:21:16 +0000
committerache <ache@FreeBSD.org>1994-12-28 03:21:16 +0000
commitef78f9becd804f3b70a83d82e649a3bbed786c6b (patch)
tree69808d45a89935a65dc98a873ef9a42bce2d9a0f /share
parent1a24e0722d5ceb4a4c72feedcf62f88db20442d7 (diff)
downloadFreeBSD-src-ef78f9becd804f3b70a83d82e649a3bbed786c6b.zip
FreeBSD-src-ef78f9becd804f3b70a83d82e649a3bbed786c6b.tar.gz
Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index c63d601..37264c1 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.84 1994/12/17 20:50:43 gpalmer Exp $
+# $Id: bsd.port.mk,v 1.85 1994/12/17 21:29:38 gpalmer Exp $
#
# Please view me with 4 column tabs!
@@ -425,7 +425,7 @@ ${CONFIGURE_COOKIE}:
sh ${SCRIPTDIR}/configure; \
fi
.if defined(HAS_CONFIGURE)
- @(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS})
+ @(cd ${WRKSRC}; CC=${CC} ./configure ${CONFIGURE_ARGS})
.endif
.if defined(USE_IMAKE)
.if defined(USE_GMAKE)
OpenPOWER on IntegriCloud