[vlc-commits] extras/tools: fix ragel patch application
Felix Paul Kühne
git at videolan.org
Sat Apr 26 20:13:13 CEST 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Apr 26 20:10:45 2014 +0200| [8108d3a00eb54d42e50448567e3207e84771d929] | committer: Felix Paul Kühne
extras/tools: fix ragel patch application
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8108d3a00eb54d42e50448567e3207e84771d929
---
extras/tools/tools.mak | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 293a312..d88ea63 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -219,10 +219,11 @@ ragel-$(RAGEL_VERSION).tar.gz:
ragel: ragel-$(RAGEL_VERSION).tar.gz
$(UNPACK)
+ $(APPLY) ragel-6.8-javacodegen.patch
$(MOVE)
+
.ragel: ragel
- $(APPLY) ragel-6.8-javacodegen.patch
(cd ragel; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
touch $@
More information about the vlc-commits
mailing list