components/gnome/evince/patches/evince-02-require-ice.patch
changeset 5327 e8b0f6b16632
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evince/patches/evince-02-require-ice.patch	Mon Jan 25 14:14:00 2016 -0800
@@ -0,0 +1,16 @@
+According to the comment in the Desktop evince.spec file, this is
+bugzilla:642509
+
+This patch will not be submitted upstream.
+
+--- evince-2.30.3/configure.ac.ori	2011-03-16 09:17:06.609692361 +0000
++++ evince-2.30.3/configure.ac	2011-03-16 09:17:45.871352192 +0000
+@@ -198,7 +198,7 @@
+   AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
+ 
+   case "$with_smclient" in
+-    xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
++    xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
+     *) SMCLIENT_PKGS="" ;;
+   esac
+