summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortv <tv>1998-11-24 15:32:34 +0000
committertv <tv>1998-11-24 15:32:34 +0000
commitcf42dbadf83d5d06233824363ab25738dd0689bc (patch)
tree3870489472b63fab1a1bd3bd500693e55782c1b5 /devel
parentd6b3a8c607f016313de3d486c00734704325888b (diff)
downloadpkgsrc-cf42dbadf83d5d06233824363ab25738dd0689bc.tar.gz
Make this honor the pkg system's CFLAGS setting.
Diffstat (limited to 'devel')
-rw-r--r--devel/bison/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/bison/patches/patch-ac b/devel/bison/patches/patch-ac
new file mode 100644
index 00000000000..179ee89147d
--- /dev/null
+++ b/devel/bison/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 1998/11/24 15:32:34 tv Exp $
+
+--- Makefile.in.orig Tue Nov 24 10:29:38 1998
++++ Makefile.in Tue Nov 24 10:29:48 1998
+@@ -35,8 +35,8 @@
+ # -DHAVE_STRERROR If you have strerror function.
+ DEFS = @DEFS@
+
+-CFLAGS = -g
+-LDFLAGS =
++CFLAGS = @CFLAGS@
++LDFLAGS = @LDFLAGS@
+
+ LIBS = @LIBS@
+