From 74f55f1889f01beb05195cf39f4e887f549e4463 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Thu, 3 May 2018 14:56:55 +0300 Subject: [PATCH] dev-libs/crypto++: add pkg-config Thanks-To: polynomial-c@gentoo.org Closes: https://bugs.gentoo.org/654718 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- .../{crypto++-7.0.0.ebuild => crypto++-7.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-libs/crypto++/{crypto++-7.0.0.ebuild => crypto++-7.0.0-r1.ebuild} (96%) diff --git a/dev-libs/crypto++/crypto++-7.0.0.ebuild b/dev-libs/crypto++/crypto++-7.0.0-r1.ebuild similarity index 96% rename from dev-libs/crypto++/crypto++-7.0.0.ebuild rename to dev-libs/crypto++/crypto++-7.0.0-r1.ebuild index cc4036e3bf6d..850fe2a0c037 100644 --- a/dev-libs/crypto++/crypto++-7.0.0.ebuild +++ b/dev-libs/crypto++/crypto++-7.0.0-r1.ebuild @@ -37,7 +37,7 @@ src_compile() { # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS [[ ${CHOST} == *-darwin* ]] && append-cxxflags -DCRYPTOPP_DISABLE_ASM - emake -f GNUmakefile all shared + emake -f GNUmakefile all shared libcryptopp.pc } src_install() { -- 2.26.2