summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-06-17 17:08:29 +0000
committerdrochner <drochner@pkgsrc.org>2009-06-17 17:08:29 +0000
commit69c705ab1a73d3fe8713219ecb4aa26863249634 (patch)
tree18eca1596728171ec7335bd88333ab05fcddaff5 /x11
parent7a79a50b631840f3e77283973103418d19e0a3fa (diff)
downloadpkgsrc-69c705ab1a73d3fe8713219ecb4aa26863249634.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/gtk2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index e84c2344495..8fa622888d5 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -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 @@ PTHREAD_AUTO_VARS= yes
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