aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stardict/gconf.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-13 22:37:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-13 22:44:51 -0300
commit5b54f2983832fbfc42047ec7fb5305d1ca922f6f (patch)
tree025507428163b59cf498135e4719685a66944352 /testing/stardict/gconf.patch
parentc9f2a0c8deca5c9bba672a5924fbdd454bdf8cef (diff)
downloadaports-5b54f2983832fbfc42047ec7fb5305d1ca922f6f.tar.bz2
aports-5b54f2983832fbfc42047ec7fb5305d1ca922f6f.tar.xz
testing/stardict: drop gconf dependency
Diffstat (limited to 'testing/stardict/gconf.patch')
-rw-r--r--testing/stardict/gconf.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/stardict/gconf.patch b/testing/stardict/gconf.patch
new file mode 100644
index 0000000000..3c430ab67f
--- /dev/null
+++ b/testing/stardict/gconf.patch
@@ -0,0 +1,32 @@
+From: Jeremy Bicha <jbicha@debian.org>
+Date: Tue, 16 Oct 2018 22:55:32 -0400
+Subject: build without gconf
+
+dict/doc/Readme.mac recommends removing the AM_GCONF_SOURCE_2 lines
+
+which also makes autoreconf happy
+---
+ dict/configure.ac | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/dict/configure.ac b/dict/configure.ac
+index 3225c6e..fc7101a 100644
+--- a/dict/configure.ac
++++ b/dict/configure.ac
+@@ -318,7 +318,6 @@ elif test "x${enable_maemo_support}" = "xyes" ; then
+ if test x"$GCONFTOOL" = xno; then
+ AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+ fi
+- AM_GCONF_SOURCE_2
+ elif test "x${enable_darwin_support}" = "xyes" ; then
+ echo "Enable darwin suppport";
+ AC_DEFINE([CONFIG_DARWIN],[], [Compile with darwin support])
+@@ -339,7 +338,6 @@ dnl *********************************************
+ if test x"$GCONFTOOL" = xno; then
+ AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+ fi
+- AM_GCONF_SOURCE_2
+
+ dnl ==========================================================================
+ dnl stuff for the CORBA interface
+