1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Correct a bug in my previous commit that caused compilation to fail

(CC was being set to the empty string by the configure script).
This commit is contained in:
Kris Kennaway 2003-06-14 14:51:57 +00:00
parent 758280150b
commit 6ce3e83de2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82987

View File

@ -1,5 +1,5 @@
--- config.sh.orig Fri Jun 13 14:14:53 2003
+++ config.sh Fri Jun 13 14:15:18 2003
--- config.sh.orig Thu Feb 9 09:25:34 1995
+++ config.sh Sat Jun 14 07:50:30 2003
@@ -8,27 +8,6 @@
exit
fi
@ -28,3 +28,9 @@
if [ -f /usr/include/utime.h ]; then
FUTIME="-DHAME_UTIME_H"
fi
@@ -50,4 +29,4 @@
MKTIME="mktime.o"
fi
fi
-echo CC=${CC} MKTIME=${MKTIME} FLAG1=${FMKTIME} FLAG2=${FUTIME} OPTS="${OPTS}" >$template
+echo MKTIME=${MKTIME} FLAG1=${FMKTIME} FLAG2=${FUTIME} OPTS="${OPTS}" >$template