diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-31 05:14:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-02 16:12:46 +0200 |
commit | b21daaff573bb7e9780a599c1fda8aae3fcf87a0 (patch) | |
tree | 8f3b33e7c840fe99fd27aa396501b460128ebeea /package/mxml/patches/patch-configure | |
parent | 63f42c2b01b7f1cca2077babf6ac6d27bec4d3b5 (diff) |
mxml: update to 2.10
Diffstat (limited to 'package/mxml/patches/patch-configure')
-rw-r--r-- | package/mxml/patches/patch-configure | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/mxml/patches/patch-configure b/package/mxml/patches/patch-configure deleted file mode 100644 index 5c8b5da9f..000000000 --- a/package/mxml/patches/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- 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" - - - |