annotate src/libvpx-2-fix-bin-bash.patch @ 2333:f653602a0500

Rebrand to new project name MXE
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Mar 2012 15:46:58 +0200
parents 4fac77c58ab7
children 99516e73b368
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2265
diff changeset
1 This file is part of MXE.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
2 See doc/index.html for further information.
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
3
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
4 This patch has been taken from:
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
5 http://code.google.com/p/webm/issues/detail?id=54
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
6
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
7 diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
8 --- a/build/make/armlink_adapter.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
9 +++ b/build/make/armlink_adapter.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
10 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
11 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
12 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
13 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
14 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
15 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
16 diff --git a/build/make/configure.sh b/build/make/configure.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
17 --- a/build/make/configure.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
18 +++ b/build/make/configure.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
19 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
20 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
21 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
22 ##
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
23 ## configure.sh
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
24 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
25 diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
26 --- a/build/make/gen_asm_deps.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
27 +++ b/build/make/gen_asm_deps.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
28 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
29 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
30 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
31 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
32 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
33 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
34 diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
35 --- a/build/make/gen_msvs_def.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
36 +++ b/build/make/gen_msvs_def.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
37 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
38 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
39 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
40 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
41 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
42 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
43 diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
44 --- a/build/make/gen_msvs_proj.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
45 +++ b/build/make/gen_msvs_proj.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
46 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
47 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
48 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
49 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
50 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
51 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
52 diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
53 --- a/build/make/gen_msvs_sln.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
54 +++ b/build/make/gen_msvs_sln.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
55 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
56 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
57 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
58 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
59 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
60 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
61 diff --git a/build/make/version.sh b/build/make/version.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
62 --- a/build/make/version.sh
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
63 +++ b/build/make/version.sh
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
64 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
65 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
66 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
67 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
68 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
69 ##
2224
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
70 diff --git a/configure b/configure
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
71 --- a/configure
d4bbd9c7fdf1 update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 1262
diff changeset
72 +++ b/configure
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
73 @@ -1,4 +1,4 @@
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
74 -#!/bin/bash
1870
55b66816ba0a fix #! lines for bash
Volker Grabsch <vog@notjusthosting.com>
parents: 1262
diff changeset
75 +#!/usr/bin/env bash
1262
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
76 ##
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
77 ## configure
2ec08f644964 package libvpx: portability fix for /bin/bash
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
78 ##