components/gnome/evince/patches/evince-02-require-ice.patch
changeset 5327 e8b0f6b16632
equal deleted inserted replaced
5326:5ee407fd058a 5327:e8b0f6b16632
       
     1 According to the comment in the Desktop evince.spec file, this is
       
     2 bugzilla:642509
       
     3 
       
     4 This patch will not be submitted upstream.
       
     5 
       
     6 --- evince-2.30.3/configure.ac.ori	2011-03-16 09:17:06.609692361 +0000
       
     7 +++ evince-2.30.3/configure.ac	2011-03-16 09:17:45.871352192 +0000
       
     8 @@ -198,7 +198,7 @@
       
     9    AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
       
    10  
       
    11    case "$with_smclient" in
       
    12 -    xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
       
    13 +    xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
       
    14      *) SMCLIENT_PKGS="" ;;
       
    15    esac
       
    16