summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-02-19 04:35:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-02-19 04:35:01 +0000
commit4144cc456e31a64f4416d5cb11244f3ac8c3b07f (patch)
tree7fbed511a2e2870ef85f218367d87b29b12af69c /databases
parentEXTRACT_SUFX is not necessary when DISTFILES is already specified. (diff)
Honor user's CFLAGS setting, instead of splatting it unconditionally with
a plain ugly "-g".
Notes
Notes: svn path=/head/; revision=5690
Diffstat (limited to 'databases')
-rw-r--r--databases/gnats/files/patch-aa9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/gnats/files/patch-aa b/databases/gnats/files/patch-aa
index e90c277bc790..a5bfc8da519c 100644
--- a/databases/gnats/files/patch-aa
+++ b/databases/gnats/files/patch-aa
@@ -3,6 +3,15 @@ processing config.c.in.
--- Makefile.in Mon Dec 2 14:45:56 1996
+++ Makefile.in Sun Feb 16 19:33:40 1997
+@@ -65,7 +65,7 @@
+
+ # We don't specify -g -O because many compilers don't support -g -O,
+ # and/or -O is broken in and of itself.
+-CFLAGS = -g
++CFLAGS += -g
+ LIBCFLAGS = $(CFLAGS)
+ CFLAGS_FOR_TARGET = $(CFLAGS)
+ LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
@@ -104,7 +104,7 @@
M4 = `if [ -f $$r/m4/m4 ] ; \