summaryrefslogtreecommitdiffstats
path: root/development/monotone/monotone.SlackBuild
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-04-01 14:02:52 +0100
committer Robby Workman <rworkman@slackbuilds.org>2016-04-03 02:30:24 -0500
commit38e87f1e7c7ae0ee510bfabf70544e13b9da452a (patch)
tree55e602b3116a69d9a4ba0b0c4ebf3647c01efa03 /development/monotone/monotone.SlackBuild
parentf53a4f0e2988a8ce55f704413a4a61470febc6ce (diff)
downloadslackbuilds-38e87f1e7c7ae0ee510bfabf70544e13b9da452a.tar.gz
slackbuilds-38e87f1e7c7ae0ee510bfabf70544e13b9da452a.tar.xz
development/monotone: Updated for version 1.1.
Fixes build failure. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/monotone/monotone.SlackBuild')
-rw-r--r--development/monotone/monotone.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/monotone/monotone.SlackBuild b/development/monotone/monotone.SlackBuild
index 2216aa283a..6312c2b68d 100644
--- a/development/monotone/monotone.SlackBuild
+++ b/development/monotone/monotone.SlackBuild
@@ -26,7 +26,7 @@
# THE SOFTWARE.
PRGNAM=monotone
-VERSION=${VERSION:-1.0}
+VERSION=${VERSION:-1.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -72,9 +72,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Thanks gentoo and arch for the patches
-for i in $CWD/patches/* ; do patch -p0 < $i ; done
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \