diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-18 08:57:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-18 08:57:44 +0000 |
commit | f376284ae479ac0792ad078e9d843f53eef1e4b8 (patch) | |
tree | da0802674759b1cf8cdbb9784342ec97a92d3ee9 /security/fwtk/files/patch-ab | |
parent | Imported BitchX, yet another ircII-derived client. (diff) |
Upgrade to version 2.1. Mixing of my stuff + two good submissions.
Submitted by: "Scott A. Kenney" <saken@rmta.ml.org>
& "Eric J. Chet" <ejc@bazzle.com>
Notes
Notes:
svn path=/head/; revision=10552
Diffstat (limited to 'security/fwtk/files/patch-ab')
-rw-r--r-- | security/fwtk/files/patch-ab | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/fwtk/files/patch-ab b/security/fwtk/files/patch-ab index eb86fe1a275b..e83642b74d05 100644 --- a/security/fwtk/files/patch-ab +++ b/security/fwtk/files/patch-ab @@ -1,13 +1,12 @@ ---- fixmake.orig Fri Nov 4 23:31:27 1994 -+++ fixmake Wed May 15 21:28:30 1996 -@@ -30,8 +30,8 @@ +--- fixmake.orig Thu Sep 5 20:14:01 1996 ++++ fixmake Sat Apr 18 00:47:42 1998 +@@ -30,7 +30,8 @@ echo renaming $name to $name.proto mv $name $name.proto fi -- cat $MASTER > $name -- sed '/^include/d' $name.proto >> $name -+ sed 's/^include[^.M]\(.*\)/.include <\1>/' $name.proto \ -+ | sed 's/CFLAGS=/CFLAGS+=/' > $name +- sed 's/^include[ ]*\([^ ].*\)/.include "\1"/' $name.proto > $name ++ sed -e 's/^include[ ]*\([^ ].*\)/.include "\1"/' \ ++ -e 's/CFLAGS=/CFLAGS+=/' $name.proto > $name echo "built $name" done ) |