diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-08 14:55:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-08 14:55:21 +0000 |
commit | 1dd39f1a143277edac8e2a9b8830cbe4bb23f319 (patch) | |
tree | 2680b4ef83c5460b7352bd54c88580f6b240c8c3 /devel/pango | |
parent | 3550152131bb6c471bd8f3653f33b2e3d539b0db (diff) | |
download | pkgsrc-1dd39f1a143277edac8e2a9b8830cbe4bb23f319.tar.gz |
Fix build on OS X Tiger. From Sevan Janiyan in PR 49090.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/options.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pango/options.mk b/devel/pango/options.mk index fceaa55d124..115e05566ed 100644 --- a/devel/pango/options.mk +++ b/devel/pango/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2014/07/26 08:30:58 adam Exp $ +# $NetBSD: options.mk,v 1.15 2014/08/08 14:55:21 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pango PKG_SUPPORTED_OPTIONS= libthai quartz x11 @@ -41,7 +41,10 @@ PLIST.thai= yes ### .if ${OPSYS} == "Darwin" ### always looks for system CoreText +.if empty(MACHINE_PLATFORM:MDarwin-[1-8].*-*) +### CoreText is only available in 10.5 or newer PLIST.coretext= yes +.endif . if !empty(PKG_OPTIONS:Mquartz) ### installs its coretext header file if cairo was built with "quartz" option PLIST.quartz= yes |