Description: remove phoneme generation
 Upstream generates phonemes with mbrdico, which is not included in Debian;
 furthermore this program seems not to be DFSG-free. Until a free alternative is
 used upstream, this feature is disabled.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: <2014-02-18>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: freedict/tools/Makefile.common
===================================================================
--- freedict.orig/tools/Makefile.common	2014-02-02 12:17:26.433701109 +0100
+++ freedict/tools/Makefile.common	2014-02-16 13:29:46.782350251 +0100
@@ -557,8 +557,8 @@
 ifneq (,$(findstring $(la1),$(supported_phonetics)))
 
 # TEIADDPHONETICS ?= -v
-$(dictname).tei: $(dictname)-nophon.tei
-	teiaddphonetics $(TEIADDPHONETICS) -i $< -ou $@ -mbrdico-path $(MBRDICO_PATH)
+$(dictname).tei: #$(dictname)-nophon.tei
+	#teiaddphonetics $(TEIADDPHONETICS) -i $< -ou $@ -mbrdico-path $(MBRDICO_PATH)
 
 endif
 
