diff --git a/media-gfx/graphite2/graphite2-1.3.14.recipe b/media-gfx/graphite2/graphite2-1.3.14.recipe index cd090bed4..ff983ef1c 100644 --- a/media-gfx/graphite2/graphite2-1.3.14.recipe +++ b/media-gfx/graphite2/graphite2-1.3.14.recipe @@ -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