diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-07-12 19:16:24 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:20:08 -0500 |
commit | c0e905e7c40b27cad25a2cd5a5e6ca3e0f059654 (patch) | |
tree | 1dde597b6b4ea3b046cf9a766b26ae6bba291179 /graphics | |
parent | a3224ce142e59b4b25136f84fc9c1f227eb2b7be (diff) | |
download | slackbuilds-c0e905e7c40b27cad25a2cd5a5e6ca3e0f059654.tar.gz |
graphics/mlbrot: Updated for version 1.01.
Fixed build failure with ocaml-4.03.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mlbrot/mlbrot.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/mlbrot/mlbrot.info | 6 |
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" |