aboutsummaryrefslogtreecommitdiff
path: root/comms/bpl+
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-06-14 14:51:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-06-14 14:51:57 +0000
commit6ce3e83de289f6237d21ace97d81f4c4a6176f0f (patch)
tree326160a03f70476f234bacf9e07bcda0561d3958 /comms/bpl+
parent758280150bfe832990ec6f0b0973510914c48dab (diff)
downloadports-6ce3e83de289f6237d21ace97d81f4c4a6176f0f.tar.gz
ports-6ce3e83de289f6237d21ace97d81f4c4a6176f0f.zip
Correct a bug in my previous commit that caused compilation to fail
(CC was being set to the empty string by the configure script).
Notes
Notes: svn path=/head/; revision=82987
Diffstat (limited to 'comms/bpl+')
-rw-r--r--comms/bpl+/files/patch-config.sh10
1 files changed, 8 insertions, 2 deletions
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