2012-03-29 10:57:00 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.5 2012/03/29 14:57:00 ajacoutot Exp $
|
2008-12-29 12:03:46 -05:00
|
|
|
|
|
|
|
OpenBSD uses /var/db/gconf which is detected correctly by other code.
|
|
|
|
|
2012-03-29 10:57:00 -04:00
|
|
|
--- configure.orig Mon Feb 6 01:26:00 2012
|
|
|
|
+++ configure Thu Mar 29 15:46:20 2012
|
|
|
|
@@ -5461,12 +5461,6 @@ fi
|
2008-12-29 12:03:46 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-# Override gconf default install locations. The default is to always
|
|
|
|
-# put them into /etc. This change puts them into $(prefix)/etc.
|
|
|
|
-if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
|
|
|
|
- GCONF_SCHEMA_CONFIG_SOURCE="xml::${sysconfdir}/gconf/gconf.xml.defaults"
|
|
|
|
-fi
|
|
|
|
-GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY=`echo $GCONF_SCHEMA_CONFIG_SOURCE | cut -d ':' -f 3`
|
|
|
|
|
2005-02-23 20:47:15 -05:00
|
|
|
|
|
|
|
|