Commit f61bccb8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VPX: try to fix mountain lion patch

(cherry picked from commit 63d6a1851e1105d277874745e0d5bf9893f6619b)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d32b9ab6
--- libvpx/build/make/gen_asm_deps.sh.orig 2012-07-18 23:43:18.000000000 +0200 --- libvpx/build/make/gen_asm_deps.sh.orig 2013-03-13 01:39:54.000000000 +0100
+++ libvpx.patched/build/make/gen_asm_deps.sh 2012-07-18 23:45:52.000000000 +0200 +++ libvpx/build/make/gen_asm_deps.sh 2013-03-13 01:41:41.000000000 +0100
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
[ -n "$srcfile" ] || show_help [ -n "$srcfile" ] || show_help
sfx=${sfx:-asm} sfx=${sfx:-asm}
-includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile | -includes=$(LC_ALL=C egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
+includes=$(egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile | +includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;") perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
#" restore editor state #" restore editor state
for inc in ${includes}; do for inc in ${includes}; do
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