summaryrefslogtreecommitdiff
path: root/net/tinyfugue
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 02:55:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 02:55:18 +0000
commitb97bef3f426ecf92311019c6a79bfeb4ffed255c (patch)
treec324aeb5c9ff43275f8b66e07b7011ee885042e2 /net/tinyfugue
parentFix an FPE error. (diff)
Make this port respect CFLAGS.
PR: 9489 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Notes
Notes: svn path=/head/; revision=16130
Diffstat (limited to 'net/tinyfugue')
-rw-r--r--net/tinyfugue/files/patch-ab13
1 files changed, 11 insertions, 2 deletions
diff --git a/net/tinyfugue/files/patch-ab b/net/tinyfugue/files/patch-ab
index 399ac4cf508e..49cb173796f7 100644
--- a/net/tinyfugue/files/patch-ab
+++ b/net/tinyfugue/files/patch-ab
@@ -1,5 +1,5 @@
---- unix/Config.orig Fri Apr 4 11:51:58 1997
-+++ unix/Config Mon Jun 16 18:18:29 1997
+--- unix/Config.orig Mon Nov 16 16:43:32 1998
++++ unix/Config Thu Jan 14 04:56:10 1999
@@ -33,9 +33,12 @@
# even if an old version is currently in use. You can remove
# the old version manually later when it is no longer in use.
@@ -27,3 +27,12 @@
### Flags.
+@@ -110,7 +113,7 @@
+ # by removing the leading "#".
+
+ # CC=cc
+-# CCFLAGS="-g"
++CCFLAGS=${CFLAGS}
+
+
+ ### Stripping.