diff options
Diffstat (limited to 'graphics/mlbrot/mlbrot.SlackBuild')
-rw-r--r-- | graphics/mlbrot/mlbrot.SlackBuild | 7 |
1 files changed, 4 insertions, 3 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 |