summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-06 15:13:15 +0000
committerwiz <wiz@pkgsrc.org>2007-01-06 15:13:15 +0000
commit588dd251edd6f9f8d3e02cdaaa16a2a89653387e (patch)
treebe1833eaf9c49347fc97e07e3efcb78bb2860366 /x11/gtk2/patches
parent75ca61f94d70199637948df2bbf209228c3b2b59 (diff)
downloadpkgsrc-588dd251edd6f9f8d3e02cdaaa16a2a89653387e.tar.gz
Add an option for cups support, based on patches provided by
Joachim Koenig-Baltes in PR 35065.
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r--x11/gtk2/patches/patch-ai8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai
index fac7a938b08..8485084b317 100644
--- a/x11/gtk2/patches/patch-ai
+++ b/x11/gtk2/patches/patch-ai
@@ -1,12 +1,14 @@
-$NetBSD: patch-ai,v 1.17 2006/09/22 21:27:11 tron Exp $
+$NetBSD: patch-ai,v 1.18 2007/01/06 15:13:15 wiz Exp $
--- configure.orig 2006-09-05 04:40:15.000000000 +0200
+++ configure
-@@ -32042,6 +32042,7 @@ _ACEOF
+@@ -32042,6 +32042,9 @@ _ACEOF
fi
-+CUPS_CONFIG=no
++if test "x$ENABLE_CUPS" != "xyes"; then
++ CUPS_CONFIG=no
++fi
if test "x$CUPS_CONFIG" != "xno"; then
HAVE_CUPS_TRUE=
HAVE_CUPS_FALSE='#'