From 5f0d475355a89f96ede21ba6a53d465f35ab7a4b Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 4 Oct 2014 11:36:05 +0000 Subject: [PATCH] harfbuzz: remove libtool library files * they hardcode paths to all deps. --- media-libs/harfbuzz/harfbuzz-0.9.35.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/harfbuzz/harfbuzz-0.9.35.recipe b/media-libs/harfbuzz/harfbuzz-0.9.35.recipe index cf33ea7e2..2de3add06 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="2" +REVISION="3" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -81,6 +81,9 @@ INSTALL() { make install + # remove libtool library file + rm $libDir/libharfbuzz.la + prepareInstalledDevelLibs libharfbuzz fixPkgconfig