summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mlbrot/mlbrot.SlackBuild7
-rw-r--r--graphics/mlbrot/mlbrot.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/mlbrot/mlbrot.SlackBuild b/graphics/mlbrot/mlbrot.SlackBuild
index 19f70b5fe9..ac63f14d8d 100644
--- a/graphics/mlbrot/mlbrot.SlackBuild
+++ b/graphics/mlbrot/mlbrot.SlackBuild
@@ -5,8 +5,8 @@
# Written by adaptr (jeroen@adaptr.nl)
PRGNAM=mlbrot
-VERSION=${VERSION:-1.00}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.01}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -38,7 +38,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i 's|gtkdir="+lablgtk2"|gtkdir="+site-lib/lablgtk2"|' configure
-./configure
+./configure --no-mpz
+sed -i 's|-warn-error A|-warn-error -A|' Makefile
make
diff --git a/graphics/mlbrot/mlbrot.info b/graphics/mlbrot/mlbrot.info
index 281b0694d2..5ff7c97f21 100644
--- a/graphics/mlbrot/mlbrot.info
+++ b/graphics/mlbrot/mlbrot.info
@@ -1,8 +1,8 @@
PRGNAM="mlbrot"
-VERSION="1.00"
+VERSION="1.01"
HOMEPAGE="http://pauillac.inria.fr/~ddr/mlbrot/"
-DOWNLOAD="http://pauillac.inria.fr/~ddr/mlbrot/distrib/src/mlbrot-1.00.tgz"
-MD5SUM="dd12fbacd611a845aa556a26769a8383"
+DOWNLOAD="http://pauillac.inria.fr/~ddr/mlbrot/distrib/src/mlbrot-1.01.tgz"
+MD5SUM="9efb8a8e90d4fb1deeb2794aa0ff1448"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="camlp5 lablgtk"