summaryrefslogtreecommitdiff
path: root/package/mplayer/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
commit084c175e59e9ea61c68154ad9982adcd918cbfcf (patch)
treee7919bb0660b8598855a45e6c56709cfc856f54d /package/mplayer/patches/patch-configure
parent838ba34414112d674ed917d83bdae7c1a8dafdc6 (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/patch-configure')
-rw-r--r--package/mplayer/patches/patch-configure15
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