Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
994dfedd
Commit
994dfedd
authored
Aug 31, 2013
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extras/tools: fix ragel build with clang on OSX Mavericks
parent
df958179
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
extras/tools/ragel-6.8-javacodegen.patch
extras/tools/ragel-6.8-javacodegen.patch
+11
-0
extras/tools/tools.mak
extras/tools/tools.mak
+1
-0
No files found.
extras/tools/ragel-6.8-javacodegen.patch
0 → 100644
View file @
994dfedd
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;
extras/tools/tools.mak
View file @
994dfedd
...
...
@@ -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
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment