pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pango Fix build on NetBSD-1.6.2-sparc64.
details: https://anonhg.NetBSD.org/pkgsrc/rev/51a97b059ea5
branches: trunk
changeset: 472907:51a97b059ea5
user: snj <snj%pkgsrc.org@localhost>
date: Wed Apr 14 01:00:38 2004 +0000
description:
Fix build on NetBSD-1.6.2-sparc64.
diffstat:
devel/pango/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 41e8b9eaf323 -r 51a97b059ea5 devel/pango/Makefile
--- a/devel/pango/Makefile Wed Apr 14 00:59:25 2004 +0000
+++ b/devel/pango/Makefile Wed Apr 14 01:00:38 2004 +0000
@@ -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+= --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"
Home |
Main Index |
Thread Index |
Old Index