summaryrefslogtreecommitdiff
path: root/security/fwtk/files/patch-ab
blob: e83642b74d054bfc5438982598743e77718481c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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
 	)