mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Replace ':' in package link paths by '~'
Also add missing libiconv requires for apr_util.
This commit is contained in:
@@ -12,7 +12,7 @@ LICENSE="Apache-Subversion"
|
||||
COPYRIGHT="2010 The Apache Software Foundation"
|
||||
SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.18.tar.bz2"
|
||||
CHECKSUM_MD5="c5c662a5d19d047256fa333bd890a925"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="subversion-1.6.18.patch"
|
||||
@@ -94,10 +94,10 @@ BUILD()
|
||||
aclocal -I build -I build/ac-macros
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
--with-apr=$portPackageLinksDir/devel:libapr_1 \
|
||||
--with-apr-util=$portPackageLinksDir/devel:libaprutil_1 \
|
||||
--with-apr=$portPackageLinksDir/devel~libapr_1 \
|
||||
--with-apr-util=$portPackageLinksDir/devel~libaprutil_1 \
|
||||
--with-neon=$portPackageLinksDir/neon_devel \
|
||||
--with-zlib=$portPackageLinksDir/devel:libz \
|
||||
--with-zlib=$portPackageLinksDir/devel~libz \
|
||||
--with-editor=nano \
|
||||
--disable-nls
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user