summaryrefslogtreecommitdiffstats
path: root/network/weechat/weechat.SlackBuild
diff options
context:
space:
mode:
author sero2012-06-26 03:38:19 +0200
committer dsomero2012-06-26 03:38:19 +0200
commit59ffb439c9a0fea69a4bbc034b00d3962f34197e (patch)
treea3cfe36bfc54006d47719bd15deb9602d9817aae /network/weechat/weechat.SlackBuild
parent5ed5d48bc57172d06c173b373c294e33f08c96be (diff)
downloadslackbuilds-59ffb439c9a0fea69a4bbc034b00d3962f34197e.tar.gz
network/weechat: Updated for version 0.3.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/weechat/weechat.SlackBuild')
-rw-r--r--network/weechat/weechat.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild
index 22af53ade1..3602dfa764 100644
--- a/network/weechat/weechat.SlackBuild
+++ b/network/weechat/weechat.SlackBuild
@@ -4,7 +4,7 @@
# Maintained by sero (firebird209 at gmail dot com)
PRGNAM=weechat
-VERSION=0.3.7
+VERSION=0.3.8
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,10 +46,6 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-if [ "$ARCH" = "x86_64" ]; then
- patch -p1 < $CWD/weechat-0.3.7-set_pkgconfig_libdir_on_x86_64.diff || exit 1
-fi
-
mkdir build
cd build
cmake \