From: Alon Bar-Lev Date: Thu, 3 May 2018 11:56:55 +0000 (+0300) Subject: dev-libs/crypto++: add pkg-config X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74f55f1889f01beb05195cf39f4e887f549e4463;p=gentoo.git 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 --- 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() {