diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-12 12:36:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-12 12:36:21 +0200 |
commit | 8732b26738a41671d8d2223e4d629c20c7e622cc (patch) | |
tree | 06c8c984653e39d2039f5fc262cf97ec9140ed65 /package/mxml/patches/patch-configure | |
parent | 6964a9c72877e278846d19174819b720b2815ae1 (diff) |
add forked-daapd server and all deps
Diffstat (limited to 'package/mxml/patches/patch-configure')
-rw-r--r-- | package/mxml/patches/patch-configure | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package/mxml/patches/patch-configure b/package/mxml/patches/patch-configure new file mode 100644 index 000000000..5c8b5da9f --- /dev/null +++ b/package/mxml/patches/patch-configure @@ -0,0 +1,30 @@ +--- mxml-2.6.orig/configure 2009-04-18 19:05:52.000000000 +0200 ++++ mxml-2.6/configure 2011-05-10 12:55:05.000000000 +0200 +@@ -1778,8 +1778,8 @@ else + fi + + +-uname=`uname` +-uversion=`uname -r | sed -e '1,$s/[^0-9]//g'` ++uname=Linux ++uversion=2.6 + if test x$uname = xIRIX64; then + uname="IRIX" + fi +@@ -3479,15 +3479,7 @@ fi + + + +-case "$uname" in +- Darwin* | *BSD*) +- ARFLAGS="-rcv" +- ;; +- *) +- ARFLAGS="crvs" +- ;; +-esac +- ++ARFLAGS="crvs" + + + |