mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
@@ -7,7 +7,7 @@ COPYRIGHT="1996-2018 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
||||
LICENSE="FreeType"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a"
|
||||
CHECKSUM_SHA256="db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d"
|
||||
PATCHES="enable-validation-modules.patchset"
|
||||
#PATCHES="freetype-subpixel.patchset" # enable patented subpixel rendering
|
||||
|
||||
@@ -55,12 +55,12 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
defineDebugInfoPackage freetype$secondaryArchSuffix \
|
||||
$libDir/libfreetype.so.6.16.0
|
||||
$libDir/libfreetype.so.6.16.1
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --enable-freetype-config
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -1,18 +1,15 @@
|
||||
From 3c439449b9e532ed9ae0813974616c82cf110642 Mon Sep 17 00:00:00 2001
|
||||
From fa845dca9de84b5215c3ee98a36e5e68b9facd2a Mon Sep 17 00:00:00 2001
|
||||
From: hanya <hanya.runo@gmail.com>
|
||||
Date: Sun, 4 Jun 2017 07:04:08 +0000
|
||||
Subject: Enable validation modules
|
||||
|
||||
---
|
||||
modules.cfg | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/modules.cfg b/modules.cfg
|
||||
index 517111e..64b2a34 100644
|
||||
index 4bf3445..f9aa44b 100644
|
||||
--- a/modules.cfg
|
||||
+++ b/modules.cfg
|
||||
@@ -120,7 +120,7 @@ AUX_MODULES += cache
|
||||
# TrueType GX/AAT table validation. Needs ftgxval.c below.
|
||||
# TrueType GX/AAT table validation. Needs `ftgxval.c' below.
|
||||
#
|
||||
# No FT_CONFIG_OPTION_PIC support.
|
||||
-# AUX_MODULES += gxvalid
|
||||
@@ -21,7 +18,7 @@ index 517111e..64b2a34 100644
|
||||
# Support for streams compressed with gzip (files with suffix .gz).
|
||||
#
|
||||
@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
|
||||
# OpenType table validation. Needs ftotval.c below.
|
||||
# OpenType table validation. Needs `ftotval.c' below.
|
||||
#
|
||||
# No FT_CONFIG_OPTION_PIC support.
|
||||
-# AUX_MODULES += otvalid
|
||||
@@ -30,5 +27,5 @@ index 517111e..64b2a34 100644
|
||||
# Auxiliary PostScript driver component to share common code.
|
||||
#
|
||||
--
|
||||
2.12.2
|
||||
2.19.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user