summaryrefslogtreecommitdiff
path: root/kBuild-bison.patch
diff options
context:
space:
mode:
authorJakub Bogusz2015-04-11 06:39:32 (GMT)
committerJakub Bogusz2015-04-11 06:39:32 (GMT)
commita4934156008d7ceff34dd8da0ade8dc76d020e52 (patch)
tree871f01688cbd110bb84cb7e11ef7dadeaf677b92 /kBuild-bison.patch
parent1a03cdc2b6212a8083f7b70daf118614dcb82d3d (diff)
downloadkBuild-a4934156008d7ceff34dd8da0ade8dc76d020e52.zip
kBuild-a4934156008d7ceff34dd8da0ade8dc76d020e52.tar.gz
- pl
- added patch to use bison instead of (b)yacc - use plain gettextize
Diffstat (limited to 'kBuild-bison.patch')
-rw-r--r--kBuild-bison.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kBuild-bison.patch b/kBuild-bison.patch
new file mode 100644
index 0000000..9644eef
--- /dev/null
+++ b/kBuild-bison.patch
@@ -0,0 +1,13 @@
+--- kBuild-0.1.9998.2700/src/kash/Makefile.kmk.orig 2013-10-17 13:13:05.000000000 +0200
++++ kBuild-0.1.9998.2700/src/kash/Makefile.kmk 2015-04-10 22:47:10.001420359 +0200
+@@ -164,8 +164,8 @@
+ kash_USES = lex yacc
+ kash_LEXTOOL = FLEX
+ kash_LEXFLAGS = -8
+-#kash_YACCTOOL = BISON
+-kash_YACCTOOL = YACC
++kash_YACCTOOL = BISON
++#kash_YACCTOOL = YACC
+ kash_YACCFLAGS = -ld
+ kash_SOURCES += \
+ arith.y \