diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-21 17:40:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-21 17:40:19 +0000 |
commit | 232298ad3a11562b7a20a2d11b7c530cda93201e (patch) | |
tree | ff8ace9b8e60e865411e8703744b066be1dc2942 /print/evince3/patches | |
parent | 815fba446f4190db548d1cc2947f80b9f15f46f4 (diff) | |
download | pkgsrc-232298ad3a11562b7a20a2d11b7c530cda93201e.tar.gz |
add evince3-3.2.1, the gnome3 version of the "evince" document viewer
Diffstat (limited to 'print/evince3/patches')
-rw-r--r-- | print/evince3/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/evince3/patches/patch-aa b/print/evince3/patches/patch-aa new file mode 100644 index 00000000000..cc9c09ca8b9 --- /dev/null +++ b/print/evince3/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2012/03/21 17:40:20 drochner Exp $ + +--- configure.orig 2011-10-17 15:50:49.000000000 +0000 ++++ configure +@@ -22407,7 +22407,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 |