summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorJaka Kranjc2008-01-28 15:37:38 +0100
committerJaka Kranjc2008-01-28 15:44:22 +0100
commit7078c8d22b72009a36e43a09da0e83c69d4078e1 (patch)
tree12d6e313ebe1018e0c82b62f5667f456cd23e78c /spelling
parente395a35b319762431edbbff1ffb3cbbc8675ee09 (diff)
stardict: removed is_depends_enabled.function references
Diffstat (limited to 'spelling')
-rw-r--r--spelling/stardict/HISTORY3
-rwxr-xr-xspelling/stardict/PRE_BUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index 6532b1b801..d7a4577ee1 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,6 @@
+2008-01-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * PRE_BUILD: removed is_depends_enabled.function reference
+
2007-11-11 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: version 3.0.1
* DEPENDS: added libsigc++3 optionally
diff --git a/spelling/stardict/PRE_BUILD b/spelling/stardict/PRE_BUILD
index 19f798f339..531c55ffa5 100755
--- a/spelling/stardict/PRE_BUILD
+++ b/spelling/stardict/PRE_BUILD
@@ -2,7 +2,6 @@ default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
patch -p0 < ${SCRIPT_DIRECTORY}/configure.patch &&
-source ${GRIMOIRE}/is_depends_enabled.function &&
if is_depends_enabled ${SPELL} espeak
then
sedit "s:espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 0, NULL);:espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 0, NULL, 0);:" \