summaryrefslogtreecommitdiff
path: root/print/evince/patches/patch-aa
blob: d134aaca3a41473b73b2f1a6d2b465e531ef0ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-aa,v 1.11 2014/12/01 21:05:32 jmcneill 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)
@@ -19145,7 +19145,7 @@ $as_echo "#define WITH_SMCLIENT 1" >>con
 
 
   case "$with_smclient" in
-    xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
+    xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
     *) SMCLIENT_PKGS="" ;;
   esac
 
@@ -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