summaryrefslogtreecommitdiffstats
path: root/src/x264-2-fix-bin-bash.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-03-01 12:09:17 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-03-01 12:09:17 (GMT)
commit3bb2b8fcae61a07ccfe21f8e8cdd665e66ab7ead (patch)
treeb40a37471963908c91ba62d74e493fa7e318c02b /src/x264-2-fix-bin-bash.patch
parentefdfd776804792374c827750aeb1f689136f353c (diff)
downloadmxe-3bb2b8fcae61a07ccfe21f8e8cdd665e66ab7ead.zip
mxe-3bb2b8fcae61a07ccfe21f8e8cdd665e66ab7ead.tar.gz
mxe-3bb2b8fcae61a07ccfe21f8e8cdd665e66ab7ead.tar.bz2
update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Diffstat (limited to 'src/x264-2-fix-bin-bash.patch')
-rw-r--r--src/x264-2-fix-bin-bash.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/x264-2-fix-bin-bash.patch b/src/x264-2-fix-bin-bash.patch
deleted file mode 100644
index e7c98b9..0000000
--- a/src/x264-2-fix-bin-bash.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
---- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:06.000000000 +1000
-+++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
-
- if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
-
-diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh
---- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000
-+++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- git rev-list HEAD | sort > config.git-hash
- LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
- if [ $LOCALVER \> 1 ] ; then