Author: randy
Date: 2005-11-04 12:24:31 -0700 (Fri, 04 Nov 2005)
New Revision: 1239

Added:
   trunk/libgsf/
   trunk/libgsf/libgsf-1.12.3-gconf_discovery_fix-1.patch
Log:
Added a libgsf patch to fix a problem in the configure script so that it 
properly discovers GConf

Added: trunk/libgsf/libgsf-1.12.3-gconf_discovery_fix-1.patch
===================================================================
--- trunk/libgsf/libgsf-1.12.3-gconf_discovery_fix-1.patch      2005-11-04 
06:47:31 UTC (rev 1238)
+++ trunk/libgsf/libgsf-1.12.3-gconf_discovery_fix-1.patch      2005-11-04 
19:24:31 UTC (rev 1239)
@@ -0,0 +1,31 @@
+Submitted By:            Randy McMurchy <randy_at_linuxfromscratch_dot_org>
+Date:                    2005-11-04
+Initial Package Version: 1.12.3
+Upstream Status:         Already fixed
+Origin:                  Randy McMurchy
+Description:             Fixes the configure script so that GConf is correctly
+                         identified as an optional dependency *only* if it 
exists
+
+$LastChangedBy: randy $
+$Date: 2005-11-04 13:19:42 -0600 (Fri, 04 Nov 2005) $
+
+
+--- libgsf-1.12.3-orig/configure       2005-09-06 01:56:18.000000000 +0000
++++ libgsf-1.12.3/configure    2005-11-04 17:59:53.000000000 +0000
+@@ -24130,7 +24130,7 @@
+ if test "x$GCONFTOOL" = "xno"; then
+     { echo "$as_me:$LINENO: WARNING: thumbnailer will not be built, unable to 
find gconftool-2" >&5
+ echo "$as_me: WARNING: thumbnailer will not be built, unable to find 
gconftool-2" >&2;}
+-else
++fi
+ 
+   if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
+     GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+@@ -24188,7 +24188,6 @@
+ fi
+ 
+ 
+-fi
+ 
+ 
+ if test "x$GCONFTOOL" != "xno"; then

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to