summaryrefslogtreecommitdiff
path: root/net/tinyfugue/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/tinyfugue/patches/patch-ab')
-rw-r--r--net/tinyfugue/patches/patch-ab16
1 files changed, 13 insertions, 3 deletions
diff --git a/net/tinyfugue/patches/patch-ab b/net/tinyfugue/patches/patch-ab
index 1167d5c6f20..33af96241ea 100644
--- a/net/tinyfugue/patches/patch-ab
+++ b/net/tinyfugue/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:11:01 agc Exp $
+$NetBSD: patch-ab,v 1.4 2002/12/12 21:02:58 jmmv Exp $
---- unix/Config.orig Fri Apr 4 11:51:58 1997
-+++ unix/Config Mon Jun 16 18:18:29 1997
+--- unix/Config.orig Sat Mar 6 23:43:28 1999
++++ unix/Config
@@ -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.
@@ -29,3 +29,13 @@ $NetBSD: patch-ab,v 1.3 1998/08/07 11:11:01 agc Exp $
### Flags.
+@@ -111,7 +114,8 @@ FLAGS=''
+
+ # CC=cc
+ # CCFLAGS="-g"
+-
++CC="${CC}"
++CCFLAGS="${CFLAGS}"
+
+ ### Stripping.
+ # tfconfig will use "strip" on the tf binary unless you tell it otherwise.