1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/fwtk/files/patch-ab
Gary Palmer 6af1cd4c5d Port of TIS's FWTK. This port is RESTRICTED (no form of
redistribution, even mirroring, is allowed)
1996-06-15 06:55:51 +00:00

14 lines
374 B
Plaintext

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