Transmission trips up in INTLTOOL so remove it. This now allows

transmission to build on gcc2.  Need to check gcc4 still.
This commit is contained in:
Scott McCreary
2011-05-27 15:27:06 +00:00
parent 821e4501ae
commit ff847172f9

View File

@@ -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
}