mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Replace ':' in package link paths by '~'
Also add missing libiconv requires for apr_util.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user