From 0281bcf60c04829ffa90384bd9d11d32d95cc4a4 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 27 Nov 2014 18:03:02 +0000 Subject: [PATCH] qrencode: fix pkgconfig location. * explicitly link against libpng16 --- media-gfx/qrencode/qrencode-3.3.0.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/media-gfx/qrencode/qrencode-3.3.0.recipe b/media-gfx/qrencode/qrencode-3.3.0.recipe index 7c637292f..2a3ab01f0 100644 --- a/media-gfx/qrencode/qrencode-3.3.0.recipe +++ b/media-gfx/qrencode/qrencode-3.3.0.recipe @@ -18,7 +18,7 @@ COPYRIGHT=" LICENSE="GNU LGPL v2.1" SRC_URI="http://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz" CHECKSUM_SHA256="499b2c86c218b16378e2496fefc858e4db4271c048336a29df9cc5754413d1d1" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -28,11 +28,11 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion - lib:libpng$secondaryArchSuffix + lib:libpng16$secondaryArchSuffix lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" - devel:libpng$secondaryArchSuffix + devel:libpng16$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -57,7 +57,8 @@ INSTALL() make install prepareInstalledDevelLibs libqrencode - + fixPkgconfig + # devel package packageEntries devel \ $developDir