diff options
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/patches/patch-ac | 15 |
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@ + |