diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
commit | 084c175e59e9ea61c68154ad9982adcd918cbfcf (patch) | |
tree | e7919bb0660b8598855a45e6c56709cfc856f54d /package/mplayer/patches | |
parent | 838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff) |
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/mplayer/patches')
-rw-r--r-- | package/mplayer/patches/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/package/mplayer/patches/patch-configure b/package/mplayer/patches/patch-configure index 711488515..0189d6962 100644 --- a/package/mplayer/patches/patch-configure +++ b/package/mplayer/patches/patch-configure @@ -1,6 +1,15 @@ ---- mplayer-1.0-31648.orig/configure 2010-07-09 11:54:31.000000000 +0200 -+++ mplayer-1.0-31648/configure 2010-07-15 19:03:13.247109421 +0200 -@@ -4304,7 +4304,7 @@ dfb_version() { +--- mplayer-1.0-31868.orig/configure 2010-07-30 17:43:10.000000000 +0200 ++++ mplayer-1.0-31868/configure 2010-10-10 13:06:15.000000000 +0200 +@@ -1530,7 +1530,7 @@ fi + if irix ; then + _ranlib='ar -r' + elif linux ; then +- _ranlib='true' ++ _ranlib='ranlib' + fi + + if win32 ; then +@@ -4354,7 +4354,7 @@ dfb_version() { if test "$_directfb" = yes; then cat > $TMPC << EOF |