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 }