From 44235d637fe38fc27de1fe5ac6b230c07ef12ed7 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 19 Oct 2013 11:10:59 -0600 Subject: [PATCH] Use packaged version of liblayout in wonderbrush --- haiku-apps/wonderbrush/wonderbrush-2.1.2.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/haiku-apps/wonderbrush/wonderbrush-2.1.2.recipe b/haiku-apps/wonderbrush/wonderbrush-2.1.2.recipe index ecfa7adf1..beeb1f90d 100644 --- a/haiku-apps/wonderbrush/wonderbrush-2.1.2.recipe +++ b/haiku-apps/wonderbrush/wonderbrush-2.1.2.recipe @@ -8,7 +8,7 @@ LICENSE="WonderBrush" COPYRIGHT="2005, Stephan Aßmus und Ingo Weinhold GbR" SRC_URI="http://yellowbites.com/downloads/WonderBrush-2.1.2-x86-gcc2-2013-01-02.zip#noarchive" CHECKSUM_MD5="28e64a56946c9f5aefa40486f35ffc77" -REVISION="4" +REVISION="5" ARCHITECTURES="x86_gcc2" if [ $effectiveTargetArchitecture = x86_gcc2 -a $targetArchitecture = x86 ] then @@ -24,6 +24,7 @@ REQUIRES=" haiku$secondaryArchSuffix >= r1~alpha3_pm-1 lib:libfreetype$secondaryArchSuffix >= 6 lib:libz$secondaryArchSuffix >= 1 + lib:liblayout$secondaryArchSuffix " BUILD_REQUIRES=" " @@ -50,6 +51,8 @@ INSTALL() mkdir -p $appsDir unzip -d $appsDir WonderBrush-2.1.2-x86-gcc2-2013-01-02.zip + rm -f $wonderbrushDir/lib/liblayout.so + # Hack to make libfreetype and libz available under the name WonderBrush # has been linked against them. ln -s $portPackageLinksDir/lib~libfreetype$secondaryArchSuffix/lib/libfreetype.so.6 \