vlc | branch: master | Rafaël Carré <[email protected]> | Mon Mar 25 14:14:42 
2013 +0100| [333cb46b8010eec2098603d8ac377c35f1c25d3f] | committer: Rafaël Carré

contrib: make patch not ask any questions

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=333cb46b8010eec2098603d8ac377c35f1c25d3f
---

 contrib/src/main.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 824e460..3222f6d 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -283,7 +283,7 @@ UNPACK = $(RM) -R $@ \
        $(foreach f,$(filter %.tar.xz,$^), && tar xvJf $(f)) \
        $(foreach f,$(filter %.zip,$^), && unzip $(f))
 UNPACK_DIR = $(basename $(basename $(notdir $<)))
-APPLY = (cd $(UNPACK_DIR) && patch -p1) <
+APPLY = (cd $(UNPACK_DIR) && patch -fp1) <
 pkg_static = (cd $(UNPACK_DIR) && ../../../contrib/src/pkg-static.sh $(1))
 MOVE = mv $(UNPACK_DIR) $@ && touch $@
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to