aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stardict/gconf.patch
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-30 14:32:42 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-30 14:36:49 +0200
commit80372557415a2671584458be4d02cd60bcee0641 (patch)
tree63a362ec0345409c1fc50390c22b8e0d29a1eeae /pkgs/stardict/gconf.patch
parent902f91984818f3ed0ab8b50f95e23aa9b2ab64a0 (diff)
downloadnixos-personal-80372557415a2671584458be4d02cd60bcee0641.tar.gz
nixos-personal-80372557415a2671584458be4d02cd60bcee0641.tar.bz2
nixos-personal-80372557415a2671584458be4d02cd60bcee0641.zip
pkgs/stardict: add stardict itself
It seems to not be able to find translations but I am not using it anyway. I have it just for completeness.
Diffstat (limited to 'pkgs/stardict/gconf.patch')
-rw-r--r--pkgs/stardict/gconf.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/pkgs/stardict/gconf.patch b/pkgs/stardict/gconf.patch
new file mode 100644
index 0000000..3c430ab
--- /dev/null
+++ b/pkgs/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
+