You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-roguelike/nethack/files/3.4.3-bison.patch

19 lines
603 B

--- nethack-3.4.3/util/Makefile 2004-08-21 01:09:06.724326360 +0200
+++ nethack-3.4.3.new//util/Makefile 2004-08-21 01:08:03.852884272 +0200
@@ -101,11 +101,11 @@
# 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 = bison -y
+#YACC = yacc
+#LEX = lex
+ YACC = bison -y
# YACC = byacc
-# LEX = flex
+ LEX = flex
# these are the names of the output files from YACC/LEX. Under MS-DOS
# and similar systems, they may differ