1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/fwtk/files/patch-ab
David E. O'Brien f376284ae4 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>
1998-04-18 08:57:44 +00:00

13 lines
384 B
Plaintext

--- 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
- 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
)