summaryrefslogtreecommitdiff
path: root/devel/pango
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-14 01:00:38 +0000
committersnj <snj@pkgsrc.org>2004-04-14 01:00:38 +0000
commit680990d9b2cb0642a1266252af1797a837122adb (patch)
treebee47e611a3d4b001e6e74f57a62ed9fd6c9c8f1 /devel/pango
parentaaf81e5a74b57c6c7d6273953cd7f87a9ef3c1a6 (diff)
downloadpkgsrc-680990d9b2cb0642a1266252af1797a837122adb.tar.gz
Fix build on NetBSD-1.6.2-sparc64.
Diffstat (limited to 'devel/pango')
-rw-r--r--devel/pango/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 2222d9a5261..08e2f4e9fc5 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/04/01 18:15:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.41 2004/04/14 01:00:38 snj Exp $
#
DISTNAME= pango-1.4.0
@@ -31,6 +31,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
CONFIGURE_ARGS+= --with-qt=no
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
.include "../../devel/glib2/buildlink3.mk"