From 666dc853f4cd326bbcd91526b4971d066c8ed9cc Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 18 Oct 2021 11:31:23 +0200 Subject: [PATCH] gtest: fix prefix path in pkgconfig files --- dev-libs/gtest/gtest-1.10.0.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/gtest/gtest-1.10.0.recipe b/dev-libs/gtest/gtest-1.10.0.recipe index 58c31f35e..76f7c8f57 100644 --- a/dev-libs/gtest/gtest-1.10.0.recipe +++ b/dev-libs/gtest/gtest-1.10.0.recipe @@ -14,7 +14,7 @@ Features: HOMEPAGE="https://github.com/google/googletest" COPYRIGHT="2008-2019 Google Test developers" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/google/googletest/archive/release-$portVersion.tar.gz" CHECKSUM_SHA256="9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb" SOURCE_FILENAME="googletest-release-$portVersion.tar.gz" @@ -78,6 +78,7 @@ INSTALL() cd build make install + sed -i -e "s|prefix=.*|prefix=$prefix|" $libDir/pkgconfig/*.pc prepareInstalledDevelLibs libgmock libgmock_main libgtest libgtest_main fixPkgconfig