summaryrefslogtreecommitdiff
path: root/devel/bison/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bison/patches/patch-aa')
-rw-r--r--devel/bison/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/bison/patches/patch-aa b/devel/bison/patches/patch-aa
new file mode 100644
index 00000000000..b58cd2bce0f
--- /dev/null
+++ b/devel/bison/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.9 2003/01/01 13:15:48 cjep Exp $
+
+--- src/Makefile.in.orig Wed Jan 1 09:06:42 2003
++++ src/Makefile.in
+@@ -573,9 +573,9 @@ uninstall-am: uninstall-binPROGRAMS unin
+
+
+ yacc:
+- echo '#! /bin/sh' >$@
+- echo 'exec $(bindir)/bison -y "$$@"' >>$@
+- chmod a+x $@
++# echo '#! /bin/sh' >$@
++# echo 'exec $(bindir)/bison -y "$$@"' >>$@
++# chmod a+x $@
+
+ echo:
+ echo $(bison_SOURCES) $(noinst_HEADERS)