diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-21 22:13:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:25 +0700 |
commit | 9733cbab917f9dfff285b3b07422262efa9bbba9 (patch) | |
tree | c96348986c7dd9cd8bd2158ee02f04c979c752f0 /network/irssi_otr/irssi_otr.SlackBuild | |
parent | 023ef991d2dacc69747d7335db1299edaa16d201 (diff) |
network/irssi_otr: Updated for version 1.0.2.
Diffstat (limited to 'network/irssi_otr/irssi_otr.SlackBuild')
-rw-r--r-- | network/irssi_otr/irssi_otr.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/network/irssi_otr/irssi_otr.SlackBuild b/network/irssi_otr/irssi_otr.SlackBuild index 660c48f51b7a..dd72574fcd59 100644 --- a/network/irssi_otr/irssi_otr.SlackBuild +++ b/network/irssi_otr/irssi_otr.SlackBuild @@ -20,8 +20,12 @@ # - use --with-irssi-module-dir now that it exists. # - add patch to deal with newer irssi's module ABI version check. +# 20170121 bkw: +# - updated for 1.0.2. +# - remove ABI check patch (no longer needed) + PRGNAM=irssi_otr -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +73,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/irssi_abi_check.diff - ./bootstrap CFLAGS="$SLKCFLAGS" \ |