diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2019-01-18 08:23:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-18 23:39:49 +0700 |
commit | f98af0e3dfd0831640f3f89638102e648d5f6c07 (patch) | |
tree | 347802492c8f0d73e0645e3cd93f40ec637d4b36 /libraries/mxml/mxml.SlackBuild | |
parent | e5600b42e143aad9566fd39e5ec72866741a589b (diff) |
libraries/mxml: Updated for version 2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mxml/mxml.SlackBuild')
-rw-r--r-- | libraries/mxml/mxml.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/mxml/mxml.SlackBuild b/libraries/mxml/mxml.SlackBuild index a1cc9bfe2df6e..e9b64a516fc9c 100644 --- a/libraries/mxml/mxml.SlackBuild +++ b/libraries/mxml/mxml.SlackBuild @@ -6,7 +6,7 @@ # Updated by Kent Fritz <fritz.kent@gmail.com> PRGNAM=mxml -VERSION=${VERSION:-2.10} +VERSION=${VERSION:-2.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,9 +52,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/remove_rpath.diff -patch -p1 < $CWD/link_with_pthread.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |