pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Work around build problems on Solaris 10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9b876471b8e
branches:  trunk
changeset: 394869:a9b876471b8e
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Jun 17 17:57:55 2009 +0000

description:
Work around build problems on Solaris 10.
Patch from Joern Clausen per PR 41608.
Other platforms are not affected.

diffstat:

 x11/gtk2/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e742b18bc9d0 -r a9b876471b8e x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Wed Jun 17 17:54:46 2009 +0000
+++ b/x11/gtk2/Makefile Wed Jun 17 17:57:55 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index