summaryrefslogtreecommitdiff
path: root/print/evince/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-01-11 12:47:55 +0000
committerdrochner <drochner@pkgsrc.org>2011-01-11 12:47:55 +0000
commit50bd367fc4ab2f24fe28af03f9b1d8d79ba38e4f (patch)
treedb121120c1725ad177cae4d80a250247e495d7f6 /print/evince/patches
parentc9ad26114cc87835b8262fd77596886b847d67f7 (diff)
downloadpkgsrc-50bd367fc4ab2f24fe28af03f9b1d8d79ba38e4f.tar.gz
update to 2.32.0
This switches to the gnome-2.32 release branch.
Diffstat (limited to 'print/evince/patches')
-rw-r--r--print/evince/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/evince/patches/patch-aa b/print/evince/patches/patch-aa
new file mode 100644
index 00000000000..0caa688b46d
--- /dev/null
+++ b/print/evince/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.10 2011/01/11 12:47:55 drochner Exp $
+
+--- configure.orig 2010-09-27 19:02:20.000000000 +0000
++++ configure
+@@ -18419,8 +18419,8 @@ install-data-am: install-gsettings-schem
+ .SECONDARY: $(gsettings_SCHEMAS)
+
+ gsettings__base_list = \
+- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
+- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
++ gsed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
++ gsed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
+
+ install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+ @$(NORMAL_INSTALL)
+@@ -21565,7 +21565,7 @@ $as_echo "$as_me: WARNING: Offline help
+ enable_help=no
+ fi
+
+-if test "x$enable_help" = "xyes" && test "x$gnome_doc_utils" == "xno"; then
++if test "x$enable_help" = "xyes" && test "x$gnome_doc_utils" = "xno"; then
+ as_fn_error "gnome-doc-utils not found; use --disable-help to disable help files
+ " "$LINENO" 5
+ fi