From 6ce3e83de289f6237d21ace97d81f4c4a6176f0f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 14 Jun 2003 14:51:57 +0000 Subject: Correct a bug in my previous commit that caused compilation to fail (CC was being set to the empty string by the configure script). --- comms/bpl+/files/patch-config.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'comms/bpl+/files') diff --git a/comms/bpl+/files/patch-config.sh b/comms/bpl+/files/patch-config.sh index 07febcb06085..5c9a4f328b5a 100644 --- a/comms/bpl+/files/patch-config.sh +++ b/comms/bpl+/files/patch-config.sh @@ -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 -- cgit v1.2.3