mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
aria2: fix build.
* depends on libintl.
This commit is contained in:
@@ -11,7 +11,7 @@ downloading a file like BitTorrent."
|
||||
HOMEPAGE="http://aria2.sourceforge.net"
|
||||
COPYRIGHT="2006-2014 Tatsuhiro Tsujikawa"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/aria2/files/stable/aria2-$portVersion/aria2-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7"
|
||||
PATCHES="aria2-$portVersion.patchset"
|
||||
@@ -26,6 +26,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
@@ -54,7 +55,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
CPPFLAGS="-D_BSD_SOURCE" runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user