summaryrefslogtreecommitdiffstats
path: root/security/fwtk/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwtk/files/patch-ab')
-rw-r--r--security/fwtk/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-ab b/security/fwtk/files/patch-ab
new file mode 100644
index 0000000..eb86fe1
--- /dev/null
+++ b/security/fwtk/files/patch-ab
@@ -0,0 +1,13 @@
+--- fixmake.orig Fri Nov 4 23:31:27 1994
++++ fixmake Wed May 15 21:28:30 1996
+@@ -30,8 +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
+ echo "built $name"
+ done
+ )
OpenPOWER on IntegriCloud