mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
codecrypt, revbump/patch/fix build for new cryptopp (#6479)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user