diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-02-24 15:58:16 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-02-24 15:58:16 +0000 |
commit | af51d340561a47ff26e59284828ebb2f3765b35d (patch) | |
tree | 5270bf3e7be51ec07e27c94d15dd5cfb7e62fbea /devel/pango | |
parent | b32f64e8494dcdf4ccd8ef53235a46d59fe8efd5 (diff) | |
download | pkgsrc-af51d340561a47ff26e59284828ebb2f3765b35d.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/Makefile | 3 |
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 |