mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'
This commit is contained in:
parent
57d7186a4c
commit
e887886391
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5255
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user