Replace ':' in package link paths by '~'

Also add missing libiconv requires for apr_util.
This commit is contained in:
Ingo Weinhold
2013-08-13 13:55:32 +02:00
parent dc3d06bbdc
commit 089e141aeb
7 changed files with 21 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ LICENSE="
"
SRC_URI="http://www.haiku-files.org/files/haiku-webkit-lastgood-no-tests-2013-08-09.tar.bz2"
CHECKSUM_MD5="a6551b2573612678e9d2d27fda4fae48"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -69,7 +69,7 @@ BUILD()
export WEBKIT_REVISION=$webkitRevision
export HAIKU_WEBKIT_REVISION=$haikuWebkitRevision
libxml2Dir=$portPackageLinksDir/devel:libxml2$secondaryArchSuffix
libxml2Dir=$portPackageLinksDir/devel~libxml2$secondaryArchSuffix
libxml2Includes=$libxml2Dir/$relativeIncludeDir/libxml2
compileFlags="-sCCFLAGS=-I$libxml2Includes -sC++FLAGS=-I$libxml2Includes"