summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nqc/patches/patch-aa')
-rw-r--r--devel/nqc/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/nqc/patches/patch-aa b/devel/nqc/patches/patch-aa
new file mode 100644
index 00000000000..a87e9254717
--- /dev/null
+++ b/devel/nqc/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/11 20:25:19 nathanw Exp $
+
+--- Makefile.orig Wed Oct 6 18:11:51 1999
++++ Makefile Mon Oct 11 16:17:16 1999
+@@ -33,8 +33,8 @@
+ #
+ # Pick your YACC processor
+ #
+-YACC = bison -y
+-# YACC = yacc
++# YACC = bison -y
++YACC = yacc
+
+ #
+ # Define the FLEX processor
+@@ -46,7 +46,7 @@
+ # Use this to define the default device driver name
+ # for serial port connections.
+ #
+-DEFAULT_SERIAL_NAME = "/dev/ttyS0"
++DEFAULT_SERIAL_NAME = "/dev/tty00"
+
+
+ # other commands