summaryrefslogtreecommitdiff
path: root/devel/pango
diff options
context:
space:
mode:
authorschmonz <schmonz>2013-02-24 15:58:16 +0000
committerschmonz <schmonz>2013-02-24 15:58:16 +0000
commit3c09cde4622ce234969365c4b1b0fd6f8dbaa8ab (patch)
tree5270bf3e7be51ec07e27c94d15dd5cfb7e62fbea /devel/pango
parentedd6251946e0f0aedab9b645223322c1f39de148 (diff)
downloadpkgsrc-3c09cde4622ce234969365c4b1b0fd6f8dbaa8ab.tar.gz
On OS X 10.6.8, configure finds the native xft and builds against
it; judging by the PLIST, that's unintended. Tell configure to stop.
Diffstat (limited to 'devel/pango')
-rw-r--r--devel/pango/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 4f68a4c3081..286bfc95f55 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2013/02/16 11:19:38 wiz Exp $
+# $NetBSD: Makefile,v 1.177 2013/02/24 15:58:16 schmonz Exp $
DISTNAME= pango-1.32.5
PKGREVISION= 1
@@ -21,6 +21,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
+CONFIGURE_ARGS+= --without-xft
# Carbon has been obsoleted; force turning it off
#CONFIGURE_ENV+= ac_cv_header_Carbon_Carbon_h=no