Files
gentoo/app-crypt/codecrypt/files/codecrypt-1.8-libcryptopp.pc-rename.patch
David Seifert 03396ea621 app-crypt/codecrypt: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
2023-05-18 17:58:13 +02:00

14 lines
384 B
Diff

workaround -- the library renamed the pkg-config file
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@
PKG_PROG_PKG_CONFIG([0.25])
- PKG_CHECK_MODULES([CRYPTOPP],[libcrypto++])
+ PKG_CHECK_MODULES([CRYPTOPP],[libcryptopp])
#crypto++ headers are either in include/crypto++ or include/cryptopp,
#the information is otherwise unavailable from standard configuration