Commit 63d6a185 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VPX: try to fix mountain lion patch

parent e3d6ee99
--- libvpx/build/make/gen_asm_deps.sh.orig 2012-07-18 23:43:18.000000000 +0200
+++ libvpx.patched/build/make/gen_asm_deps.sh 2012-07-18 23:45:52.000000000 +0200
--- libvpx/build/make/gen_asm_deps.sh.orig 2013-03-13 01:39:54.000000000 +0100
+++ libvpx/build/make/gen_asm_deps.sh 2013-03-13 01:41:41.000000000 +0100
@@ -42,7 +42,7 @@
[ -n "$srcfile" ] || show_help
sfx=${sfx:-asm}
-includes=$(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 |
+includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
#" restore editor state
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