summaryrefslogtreecommitdiff
path: root/games/falcons-eye/patches/patch-bk
diff options
context:
space:
mode:
Diffstat (limited to 'games/falcons-eye/patches/patch-bk')
-rw-r--r--games/falcons-eye/patches/patch-bk15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/falcons-eye/patches/patch-bk b/games/falcons-eye/patches/patch-bk
new file mode 100644
index 00000000000..ef4de65e244
--- /dev/null
+++ b/games/falcons-eye/patches/patch-bk
@@ -0,0 +1,15 @@
+$NetBSD: patch-bk,v 1.1 2005/02/17 21:05:08 reed Exp $
+
+--- sys/unix/Makefile.utl.orig 2001-06-24 18:57:24.000000000 -0700
++++ sys/unix/Makefile.utl
+@@ -97,8 +97,8 @@ LIBS =
+
+ # yacc/lex programs to use to generate *_comp.h, *_lex.c, and *_yacc.c.
+ # if, instead of yacc/lex you have bison/flex, comment/uncomment the following.
+-YACC = yacc
+-LEX = lex
++#YACC = yacc
++#LEX = lex
+ # YACC = bison -y
+ # YACC = byacc
+ # LEX = flex