graphite2: Add proper DebugInfo packages to cmake

This commit is contained in:
Alexander von Gluck IV
2025-08-26 08:42:18 -05:00
parent bdee4611b8
commit e1feba80e1

View File

@@ -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