mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
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:
@@ -14,7 +14,12 @@ DEPEND="dev-util/pkgconfig >= 0.23
|
|||||||
BUILD {
|
BUILD {
|
||||||
cd transmission-2.21
|
cd transmission-2.21
|
||||||
autoreconf -vfi
|
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
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user