diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-17 15:35:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-17 15:35:52 +0000 |
commit | a232f22e4ba6f600dfc2b8e5b88c0a83f972dce2 (patch) | |
tree | 4b5e8e39ff079688b0fde9c1ea62148bb045c65e /x11/gtk2/patches | |
parent | c348ebb3abb3fe4d7953274e6485d30c6d25fd9f (diff) | |
download | pkgsrc-a232f22e4ba6f600dfc2b8e5b88c0a83f972dce2.tar.gz |
Explicitly disable cups support to avoid installing some extra files.
Found under Mac OS X, which provides cups as part of the base system.
Fixing this correctly could probably mean supporting cups as a native tool
if available so that it worked as expected under those systems that have
it (Mac OS X as said above). Plus I think it makes more sense to have an
independent gtk2-cups package that provides this tiny bit.
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r-- | x11/gtk2/patches/patch-ai | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai index de02aff1470..7d95ee04b81 100644 --- a/x11/gtk2/patches/patch-ai +++ b/x11/gtk2/patches/patch-ai @@ -1,8 +1,8 @@ -$NetBSD: patch-ai,v 1.15 2006/03/14 17:07:47 tron Exp $ +$NetBSD: patch-ai,v 1.16 2006/09/17 15:35:52 jmmv Exp $ ---- configure.orig 2006-03-14 13:37:39.000000000 +0000 -+++ configure 2006-03-14 15:34:00.000000000 +0000 -@@ -26102,7 +26102,7 @@ +--- configure.orig 2006-09-05 04:40:15.000000000 +0200 ++++ configure +@@ -26296,7 +26296,7 @@ echo "${ECHO_T}$gtk_uxtheme_h" >&6 use_la_modules=false case $host in @@ -11,3 +11,11 @@ $NetBSD: patch-ai,v 1.15 2006/03/14 17:07:47 tron Exp $ esac if $use_la_modules ; then +@@ -32042,6 +32042,7 @@ _ACEOF + fi + + ++CUPS_CONFIG=no + if test "x$CUPS_CONFIG" != "xno"; then + HAVE_CUPS_TRUE= + HAVE_CUPS_FALSE='#' |