From ff847172f97c838f349200917124605589c1c927 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 27 May 2011 15:27:06 +0000 Subject: [PATCH] Transmission trips up in INTLTOOL so remove it. This now allows transmission to build on gcc2. Need to check gcc4 still. --- net-p2p/transmission/transmission-2.21.bep | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-p2p/transmission/transmission-2.21.bep b/net-p2p/transmission/transmission-2.21.bep index 02b4d206d..fc212a3b0 100644 --- a/net-p2p/transmission/transmission-2.21.bep +++ b/net-p2p/transmission/transmission-2.21.bep @@ -14,7 +14,12 @@ DEPEND="dev-util/pkgconfig >= 0.23 BUILD { cd transmission-2.21 autoreconf -vfi - ./configure --prefix=`finddir B_COMMON_DIRECTORY` + +# Transmission doesn't think it's a bug, so we will have to remove this + sed -i 's/IT_PROG_INTLTOOL(0.35.0,no-xml)/ /' configure + + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --disable-nls make }