mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
graphite2: Add proper DebugInfo packages to cmake
This commit is contained in:
@@ -4,7 +4,7 @@ complex non-Roman writing systems."
|
||||
HOMEPAGE="http://graphite.sil.org/"
|
||||
COPYRIGHT="2010-2018 SIL International"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/silnrsi/graphite/releases/download/$portVersion/graphite2-$portVersion.tgz"
|
||||
CHECKSUM_SHA256="f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d"
|
||||
PATCHES="graphite2-$portVersion.patchset"
|
||||
@@ -48,7 +48,7 @@ defineDebugInfoPackage graphite2$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DLIB_SUFFIX=$secondaryArchSubDir
|
||||
make -C build $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user