summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorasau <asau>2009-06-17 17:57:55 +0000
committerasau <asau>2009-06-17 17:57:55 +0000
commit5a73fccc03d8b11845d114bec67ec3a8e549bead (patch)
tree6f4c2e992438ea2b6edd55a8e67674a3c3225d17 /x11/gtk2
parentfaa939f49eb40b7ce387933faa96894933bd5d70 (diff)
downloadpkgsrc-5a73fccc03d8b11845d114bec67ec3a8e549bead.tar.gz
Work around build problems on Solaris 10.
Patch from Joern Clausen per PR 41608. Other platforms are not affected.
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 8fa622888d5..aa2ea8519c3 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.177 2009/06/17 17:08:29 drochner Exp $
+# $NetBSD: Makefile,v 1.178 2009/06/17 17:57:55 asau Exp $
DISTNAME= gtk+-2.16.2
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -63,6 +63,11 @@ PYTHON_PATCH_SCRIPTS= gtk/gtk-builder-convert
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
+# Work around build problems, disable unstable PAPI, PR #41608:
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+= --disable-papi
+.endif
+
.include "options.mk"
# We remove the module databases during post-install since we create them