dev-libs/crypto++: add pkg-config
authorAlon Bar-Lev <alonbl@gentoo.org>
Thu, 3 May 2018 11:56:55 +0000 (14:56 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 3 May 2018 11:57:35 +0000 (14:57 +0300)
Thanks-To: polynomial-c@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-r1.ebuild [moved from dev-libs/crypto++/crypto++-7.0.0.ebuild with 96% similarity]

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 cc4036e3bf6d226c2de31b024de876db3c97ef3a..850fe2a0c0372ada3883f2e1ed2448cf690b3e70 100644 (file)
@@ -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() {