diff options
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 |