Package: freedict-tools / 0.5.0~beta.4-1

remove_slob_support Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: set "slob" as non-available platform
 Upstream's make (AKA make build) also calls rules for slob, for which the
 converter is not part of Debian. Hence this bit was removed.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2018-08-02

Index: freedict-tools/mk/dicts.mk
===================================================================
--- freedict-tools.orig/mk/dicts.mk
+++ freedict-tools/mk/dicts.mk
@@ -28,7 +28,7 @@ UNSUPPORTED_PLATFORMS = evolutionary
 endif
 
 
-available_platforms := src dictd slob
+available_platforms := src dictd
 
 dictname ?= $(shell basename "$(shell pwd)")
 xsldir ?= $(FREEDICT_TOOLS)/xsl