diff options
author | ache <ache@FreeBSD.org> | 1995-01-02 04:06:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-02 04:06:20 +0800 |
commit | 1fa5ab10f41571a27d2ba8501a470d4698a670d9 (patch) | |
tree | 19a71d0a338869a9deb3669bc34345ae3c2ae5fa /Mk | |
parent | eb1ea734c422327cbad48b966a268dfd918cc52b (diff) | |
download | freebsd-ports-gnome-1fa5ab10f41571a27d2ba8501a470d4698a670d9.tar.gz freebsd-ports-gnome-1fa5ab10f41571a27d2ba8501a470d4698a670d9.tar.zst freebsd-ports-gnome-1fa5ab10f41571a27d2ba8501a470d4698a670d9.zip |
Preset ac_cv_path_CC="${CC}" before running ./configure,
needed for Autoconf 2
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 1182673cce39..8e4bfceb3b79 100644 --- a/Mk/bsd.port.mk +++ b/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.88 1994/12/28 04:14:19 ache Exp $ +# $Id: bsd.port.mk,v 1.89 1994/12/28 04:17:54 ache Exp $ # # Please view me with 4 column tabs! @@ -425,7 +425,7 @@ ${CONFIGURE_COOKIE}: sh ${SCRIPTDIR}/configure; \ fi .if defined(HAS_CONFIGURE) - @(cd ${WRKSRC}; CC="${CC}" CFLAGS="${CFLAGS}" \ + @(cd ${WRKSRC}; CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ INSTALL="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}" \ INSTALL_PROGRAM="${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" \ ./configure ${CONFIGURE_ARGS}) |