mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f376284ae4
Submitted by: "Scott A. Kenney" <saken@rmta.ml.org> & "Eric J. Chet" <ejc@bazzle.com>
13 lines
384 B
Plaintext
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
|
|
)
|