diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-14 14:51:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-14 14:51:57 +0000 |
commit | 6ce3e83de289f6237d21ace97d81f4c4a6176f0f (patch) | |
tree | 326160a03f70476f234bacf9e07bcda0561d3958 /comms/bpl+/files | |
parent | 758280150bfe832990ec6f0b0973510914c48dab (diff) | |
download | ports-6ce3e83de289f6237d21ace97d81f4c4a6176f0f.tar.gz ports-6ce3e83de289f6237d21ace97d81f4c4a6176f0f.zip |
Notes
Diffstat (limited to 'comms/bpl+/files')
-rw-r--r-- | comms/bpl+/files/patch-config.sh | 10 |
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 |