forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-crypt/codecrypt: update EAPI 6 -> 8
Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
8d8ee54
commit 03396ea
Showing
2 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
app-crypt/codecrypt/files/codecrypt-1.8-libcryptopp.pc-rename.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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 |