summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-05-03 14:56:55 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-05-03 14:57:35 +0300
commit74f55f1889f01beb05195cf39f4e887f549e4463 (patch)
tree4b8dcd39f1faa01212b679f81f2deb2a2a5c1b94 /dev-libs
parentsci-mathematics/rstudio: Drop old (diff)
downloadgentoo-74f55f1889f01beb05195cf39f4e887f549e4463.tar.gz
gentoo-74f55f1889f01beb05195cf39f4e887f549e4463.tar.bz2
gentoo-74f55f1889f01beb05195cf39f4e887f549e4463.zip
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
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/crypto++/crypto++-7.0.0-r1.ebuild (renamed from dev-libs/crypto++/crypto++-7.0.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/crypto++/crypto++-7.0.0.ebuild b/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() {