mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
freetype: fix meson buildtype
This commit is contained in:
@@ -5,7 +5,7 @@ output (glyph images) of most vector and bitmap font formats."
|
||||
HOMEPAGE="https://www.freetype.org/"
|
||||
COPYRIGHT="1996-2021 David Turner, Robert Wilhelm, and Werner Lemberg"
|
||||
LICENSE="FreeType"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289"
|
||||
PATCHES="
|
||||
@@ -27,7 +27,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix >= 1
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||
REQUIRES="$REQUIRES
|
||||
@@ -76,7 +76,7 @@ defineDebugInfoPackage freetype$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
unset meson
|
||||
meson setup build . --buildtype release \
|
||||
meson setup build . --buildtype debugoptimized \
|
||||
--prefix $prefix \
|
||||
--bindir $binDir \
|
||||
--datadir $dataDir \
|
||||
|
||||
Reference in New Issue
Block a user