111e7fd934
* unbreak after recent guile update "probally ok" sturm@ (MAINTAINER)
20 lines
617 B
Plaintext
20 lines
617 B
Plaintext
$OpenBSD: patch-configure,v 1.4 2009/10/14 21:36:12 jasper Exp $
|
|
|
|
OpenBSD uses /var/db/gconf which is detected correctly by other code.
|
|
|
|
--- configure.orig Mon Feb 23 21:25:34 2009
|
|
+++ configure Tue Oct 13 20:26:29 2009
|
|
@@ -5250,12 +5250,6 @@ fi
|
|
|
|
|
|
|
|
-# 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`
|
|
|
|
|
|
|