summaryrefslogtreecommitdiffstats
path: root/network/transmission
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-06-21 02:27:23 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-24 08:32:49 +0700
commitc86842901f6db3d45b78d21d8819ddd07b21a7f6 (patch)
tree70f44b21b10d16701856c545c2ceaa9802ec5c32 /network/transmission
parent843f252815f0c98f6cd25e5e238c2eac225b1de2 (diff)
downloadslackbuilds-c86842901f6db3d45b78d21d8819ddd07b21a7f6.tar.gz
slackbuilds-c86842901f6db3d45b78d21d8819ddd07b21a7f6.tar.xz
network/transmission: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/transmission')
-rw-r--r--network/transmission/transmission.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/network/transmission/transmission.SlackBuild b/network/transmission/transmission.SlackBuild
index b2cbce5b34..16cc72e598 100644
--- a/network/transmission/transmission.SlackBuild
+++ b/network/transmission/transmission.SlackBuild
@@ -24,7 +24,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Revision date: 2015/02/04
+# 20170621 bkw: fix build on -current.
# 20150204 bkw: allow user to disable the various components.
# By default, all are enabled. We can disable transmission-gtk,
@@ -102,6 +102,10 @@ find -L . \
sed -i -e 's%-g -O3 -funroll-loops %%g' configure.ac
sed -i -e 's%-ggdb3 %%g' configure.ac
+# fix for -current (does no harm on stable). ref:
+# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13b5e88c6e9c7bd2698d844cb5ed127ed809f7e
+rm -f m4/glib-gettext.m4
+
# Thanks Larry Hajali
autoreconf -ivf