codecrypt, revbump/patch/fix build for new cryptopp (#6479)

This commit is contained in:
Schrijvers Luc
2021-12-19 08:06:01 +01:00
committed by GitHub
parent 3e9f059b3e
commit bdc0a028bf
2 changed files with 68 additions and 1 deletions

View File

@@ -6,9 +6,10 @@ COPYRIGHT="2013-2016 Mirek Kratochvil"
LICENSE="GNU GPL v3
GNU LGPL v3
"
REVISION="4"
REVISION="5"
SOURCE_URI="http://e-x-a.org/codecrypt/files/codecrypt-$portVersion.tar.gz"
CHECKSUM_SHA256="3be7c2a548aa336dbac706c3cab2071664d02b11652c16c02a8b4fb5cac6bc88"
PATCHES="codecrypt-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -41,6 +42,7 @@ BUILD_PREREQUIRES="
BUILD()
{
chmod +x configure
CPPFLAGS="-D_BSD_SOURCE" LIBS="-lbsd" runConfigure ./configure
make $jobArgs
}