tawk: update patches for yacc - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 00c6f7e803610f0f15b97b072837302bfbfca954
 (DIR) parent fe8e0a461584e6dd5cc37cce615f44c5d7bd5188
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Thu, 26 Jan 2017 18:33:23 +0000
       
       awk: update patches for yacc
       
       Diffstat:
         M awk/patches/yacc-flags.diff         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/awk/patches/yacc-flags.diff b/awk/patches/yacc-flags.diff
       t@@ -8,7 +8,7 @@ diff -urN a/makefile b/makefile
        -YACC = bison -d -y
        -YACC = yacc -d -S
        -#YFLAGS = -d -S
       -+YFLAGS = -d -y
       ++YACC = yacc -d -y
                         # -S uses sprintf in yacc parser instead of sprint
         
         OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o