diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 02:55:18 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 02:55:18 +0000 |
commit | b97bef3f426ecf92311019c6a79bfeb4ffed255c (patch) | |
tree | c324aeb5c9ff43275f8b66e07b7011ee885042e2 /net/tinyfugue | |
parent | dcfbeed9e1e98c8ca2dfa1fe2f6b061a7b9677c3 (diff) | |
download | ports-b97bef3f426ecf92311019c6a79bfeb4ffed255c.tar.gz ports-b97bef3f426ecf92311019c6a79bfeb4ffed255c.zip |
Notes
Diffstat (limited to 'net/tinyfugue')
-rw-r--r-- | net/tinyfugue/files/patch-ab | 13 |
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. |