commit: 74f55f1889f01beb05195cf39f4e887f549e4463 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Thu May 3 11:56:55 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Thu May 3 11:57:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f55f18
dev-libs/crypto++: add pkg-config Thanks-To: polynomial-c <AT> gentoo.org Closes: https://bugs.gentoo.org/654718 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/crypto++/{crypto++-7.0.0.ebuild => crypto++-7.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cc4036e3bf6..850fe2a0c03 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() {
