pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 explicitely disable "papi" printer support so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d04718d738
branches:  trunk
changeset: 394867:92d04718d738
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jun 17 17:08:29 2009 +0000

description:
explicitely disable "papi" printer support so that it doesn't get
picked up on Solaris
should fix build error reported by Joern Clausen in PR pkg/41608

diffstat:

 x11/gtk2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0ca05125eb01 -r 92d04718d738 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Wed Jun 17 14:09:50 2009 +0000
+++ b/x11/gtk2/Makefile Wed Jun 17 17:08:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2009/06/14 22:14:20 joerg Exp $
+# $NetBSD: Makefile,v 1.177 2009/06/17 17:08:29 drochner Exp $
 
 DISTNAME=              gtk+-2.16.2
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
@@ -28,6 +28,8 @@
 
 GNU_CONFIGURE=          yes
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/libdata
+# papi support doesn't build
+CONFIGURE_ARGS+=       --disable-papi
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR:Q}
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index