diff options
Diffstat (limited to 'games-roguelike/nethack/files/3.4.3-bison.patch')
-rw-r--r-- | games-roguelike/nethack/files/3.4.3-bison.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games-roguelike/nethack/files/3.4.3-bison.patch b/games-roguelike/nethack/files/3.4.3-bison.patch deleted file mode 100644 index 0bec63a7b6ae..000000000000 --- a/games-roguelike/nethack/files/3.4.3-bison.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 |