summaryrefslogtreecommitdiffstats
path: root/src/libvpx-2-fix-bin-bash.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-07 09:38:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-07 09:38:12 (GMT)
commit38e0574b2da33c8d4d1ea0deac1eb5bc4d092397 (patch)
tree0fdba27f002686178e4344831571bc8a85f9fd85 /src/libvpx-2-fix-bin-bash.patch
parent1bc9c4d6307c9594c6c7e2560c5b88a1390186b1 (diff)
parentee1ed3688beb1141b2a6cf73b0374eb6084fc70a (diff)
downloadmxe-38e0574b2da33c8d4d1ea0deac1eb5bc4d092397.zip
mxe-38e0574b2da33c8d4d1ea0deac1eb5bc4d092397.tar.gz
mxe-38e0574b2da33c8d4d1ea0deac1eb5bc4d092397.tar.bz2
merge
Diffstat (limited to 'src/libvpx-2-fix-bin-bash.patch')
-rw-r--r--src/libvpx-2-fix-bin-bash.patch60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/libvpx-2-fix-bin-bash.patch b/src/libvpx-2-fix-bin-bash.patch
index f665604..929ca14 100644
--- a/src/libvpx-2-fix-bin-bash.patch
+++ b/src/libvpx-2-fix-bin-bash.patch
@@ -4,72 +4,72 @@ See doc/index.html for further information.
This patch has been taken from:
http://code.google.com/p/webm/issues/detail?id=54
-diff -urN libvpx-0.9.2.orig/build/make/armlink_adapter.sh libvpx-0.9.2.new/build/make/armlink_adapter.sh
---- libvpx-0.9.2.orig/build/make/armlink_adapter.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/armlink_adapter.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
+--- a/build/make/armlink_adapter.sh
++++ b/build/make/armlink_adapter.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
- ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff -urN libvpx-0.9.2.orig/build/make/configure.sh libvpx-0.9.2.new/build/make/configure.sh
---- libvpx-0.9.2.orig/build/make/configure.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/configure.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/configure.sh b/build/make/configure.sh
+--- a/build/make/configure.sh
++++ b/build/make/configure.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
## configure.sh
##
-diff -urN libvpx-0.9.2.orig/build/make/gen_asm_deps.sh libvpx-0.9.2.new/build/make/gen_asm_deps.sh
---- libvpx-0.9.2.orig/build/make/gen_asm_deps.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_asm_deps.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
+--- a/build/make/gen_asm_deps.sh
++++ b/build/make/gen_asm_deps.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
- ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_def.sh libvpx-0.9.2.new/build/make/gen_msvs_def.sh
---- libvpx-0.9.2.orig/build/make/gen_msvs_def.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_msvs_def.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
+--- a/build/make/gen_msvs_def.sh
++++ b/build/make/gen_msvs_def.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
- ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh libvpx-0.9.2.new/build/make/gen_msvs_proj.sh
---- libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_msvs_proj.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
+--- a/build/make/gen_msvs_proj.sh
++++ b/build/make/gen_msvs_proj.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
- ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh libvpx-0.9.2.new/build/make/gen_msvs_sln.sh
---- libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_msvs_sln.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
+--- a/build/make/gen_msvs_sln.sh
++++ b/build/make/gen_msvs_sln.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
- ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff -urN libvpx-0.9.2.orig/build/make/version.sh libvpx-0.9.2.new/build/make/version.sh
---- libvpx-0.9.2.orig/build/make/version.sh 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/version.sh 2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/version.sh b/build/make/version.sh
+--- a/build/make/version.sh
++++ b/build/make/version.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
##
- ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff -urN libvpx-0.9.2.orig/configure libvpx-0.9.2.new/configure
---- libvpx-0.9.2.orig/configure 2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/configure 2010-10-01 14:43:18.000000000 +1000
+diff --git a/configure b/configure
+--- a/configure
++++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash