From 730e9393dfd3a4dd9108936cb57dd92fab9e6ec7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 26 Mar 2020 17:30:15 +0100 Subject: [PATCH] libinstpatch: fix pkgconfig file --- media-libs/libinstpatch/libinstpatch-1.1.3.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/libinstpatch/libinstpatch-1.1.3.recipe b/media-libs/libinstpatch/libinstpatch-1.1.3.recipe index b307e7040..cc1bcb7d4 100644 --- a/media-libs/libinstpatch/libinstpatch-1.1.3.recipe +++ b/media-libs/libinstpatch/libinstpatch-1.1.3.recipe @@ -8,7 +8,7 @@ compressed and saved." HOMEPAGE="https://github.com/swami/libinstpatch" COPYRIGHT="1999-2019 Element Green and others" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" SOURCE_FILENAME="libinstpatch-$portVersion.tar.gz" CHECKSUM_SHA256="8fcc4e60745539d17f10de1ed0e3d02329509e814c0c672d686d6e972113142b" @@ -68,7 +68,9 @@ INSTALL() mv $prefix/include $includeDir prepareInstalledDevelLibs libinstpatch-1.0 - fixPkgconfig + fixPkgconfig strict + sed -e 's,^includedir=\(.*\)include,includedir=${prefix}/'${relativeIncludeDir}',' \ + -i $developLibDir/pkgconfig/libinstpatch-1.0.pc # devel package packageEntries devel \