mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
zziplib: cmake build fix (#7359)
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="http://zziplib.sourceforge.net/"
|
||||
COPYRIGHT="1999-2010 Guido Draheim"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
MPL v1.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/gdraheim/zziplib/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="93ef44bf1f1ea24fc66080426a469df82fa631d13ca3b2e4abaeab89538518dc"
|
||||
SOURCE_FILENAME="zziplib-v$portVersion.tar.gz"
|
||||
@@ -91,7 +91,7 @@ PATCH()
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build && cd build
|
||||
cmake $cmakeDirArgs ..
|
||||
cmake $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release ..
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user