diff --git a/media-libs/harfbuzz/harfbuzz-0.9.35.recipe b/media-libs/harfbuzz/harfbuzz-0.9.35.recipe index 69c82ab47..cf33ea7e2 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.35.recipe +++ b/media-libs/harfbuzz/harfbuzz-0.9.35.recipe @@ -20,7 +20,7 @@ COPYRIGHT=" " SRC_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2" CHECKSUM_SHA256="0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -47,6 +47,7 @@ REQUIRES=" lib:libz$secondaryArchSuffix lib:libbz2$secondaryArchSuffix lib:libstdc++$secondaryArchSuffix + lib:libgraphite2$secondaryArchSuffix " BUILD_REQUIRES=" devel:libfreetype$secondaryArchSuffix @@ -56,6 +57,7 @@ BUILD_REQUIRES=" devel:libpng15$secondaryArchSuffix devel:libz$secondaryArchSuffix devel:libbz2$secondaryArchSuffix + devel:libgraphite2$secondaryArchSuffix " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion @@ -71,7 +73,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure + runConfigure ./configure --with-graphite2=yes make $jobArgs }