Commit 994dfedd authored by Konstantin Pavlov's avatar Konstantin Pavlov

extras/tools: fix ragel build with clang on OSX Mavericks

parent df958179
diff -urN ragel-6.8.orig/ragel/javacodegen.cpp ragel-6.8/ragel/javacodegen.cpp
--- ragel-6.8.orig/ragel/javacodegen.cpp 2013-02-11 05:57:45.000000000 +0400
+++ ragel-6.8/ragel/javacodegen.cpp 2013-09-01 14:42:27.000000000 +0400
@@ -50,6 +50,7 @@
using std::ifstream;
using std::ostream;
using std::ios;
+using std::setiosflags;
using std::cin;
using std::cout;
using std::cerr;
......@@ -240,6 +240,7 @@ ragel: ragel-$(RAGEL_VERSION).tar.gz
$(MOVE)
.ragel: ragel
$(APPLY) ragel-6.8-javacodegen.patch
(cd ragel; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment