openbsd-ports/productivity/gnucash/patches/patch-configure

20 lines
620 B
Plaintext
Raw Normal View History

2012-03-29 10:57:00 -04:00
$OpenBSD: patch-configure,v 1.5 2012/03/29 14:57:00 ajacoutot Exp $
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
-# 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`