comparison src/x264-1-fix-bin-bash.patch @ 1604:b7381f5f300c

update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
author Tony Theodore <tonyt@logyst.com>
date Tue, 01 Mar 2011 23:09:17 +1100
parents
children 90917d6ed4b2
comparison
equal deleted inserted replaced
1603:7d72242f4330 1604:b7381f5f300c
1 This file is part of mingw-cross-env.
2 See doc/index.html for further information.
3
4 diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
5 --- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:06.000000000 +1000
6 +++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100
7 @@ -1,4 +1,4 @@
8 -#!/bin/bash
9 +#!/bin/sh
10
11 if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
12
13 diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh
14 --- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000
15 +++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100
16 @@ -1,4 +1,4 @@
17 -#!/bin/bash
18 +#!/bin/sh
19 git rev-list HEAD | sort > config.git-hash
20 LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
21 if [ $LOCALVER \> 1 ] ; then