1 diff -aur speech_tools.old//config/compilers/jdk.mak speech_tools/config/compilers/jdk.mak
2 --- speech_tools.old//config/compilers/jdk.mak 2001-04-04 19:55:32.000000000 +0800
3 +++ speech_tools/config/compilers/jdk.mak 2010-12-08 12:14:56.076668109 +0800
13 diff -aur speech_tools.old//config/config.in speech_tools/config/config.in
14 --- speech_tools.old//config/config.in 2008-10-29 03:20:49.000000000 +0800
15 +++ speech_tools/config/config.in 2010-12-08 12:17:50.110001443 +0800
17 ## You may need to set this explicitly if automounter or NFS
18 ## side effects cause problems
20 -EST_HOME := $(shell (cd $(EST); pwd))
23 ###########################################################################
27 ## Examples: sparc_SunOS5 intel_Linux2.0
29 -SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
32 ###########################################################################
34 ## The definitions are in compilers/$(COMPILER).mak
35 ## Examples: gcc suncc egcs gcc28
37 -COMPILER=@COMPILERTYPE@
40 ###########################################################################
41 ## Java system to use if you include the Java interface.
49 ## Directory specific selections which override the above
52 ## It may not work under all systems, so may be optionally omitted.
53 INCLUDE_MODULES += EDITLINE
55 -TERMCAPLIB = @TERMCAPLIB@
58 #INCLUDE_MODULES += ASR
60 Only in speech_tools/config: config.in.orig
61 diff -aur speech_tools.old//config/systems/default.mak speech_tools/config/systems/default.mak
62 --- speech_tools.old//config/systems/default.mak 2005-07-17 21:06:49.000000000 +0800
63 +++ speech_tools/config/systems/default.mak 2010-12-08 12:14:56.076668109 +0800
65 ###########################################################################
66 ## Installation directories
68 -INSTALL_PREFIX=/usr/local
71 BINDIR=$(INSTALL_PREFIX)/bin
72 LIBDIR=$(INSTALL_PREFIX)/lib
74 ###########################################################################
75 ## Where to find Enlightenment Speech Demon
77 -ESD_INCLUDE = /usr/local/include
78 -ESD_LIB = /usr/local/lib
79 +ESD_INCLUDE = /usr/include
82 ###########################################################################
85 ###########################################################################
88 -TCL_INCLUDE = /usr/local/include
89 -TCL_LIB = /usr/local/lib
90 -TCL_LIBRARY = -ltcl7.6
91 +TCL_INCLUDE = /usr/include
95 ###########################################################################
96 ## Efence library for malloc debugging
98 -EFENCE_LIB = /usr/local/lib
99 +EFENCE_LIB = /usr/lib
101 ###########################################################################
103 diff -aur speech_tools.old//config/systems/Linux.mak speech_tools/config/systems/Linux.mak
104 --- speech_tools.old//config/systems/Linux.mak 2001-04-04 19:55:32.000000000 +0800
105 +++ speech_tools/config/systems/Linux.mak 2010-12-08 12:14:56.076668109 +0800
108 include $(EST)/config/systems/default.mak
110 -DEFAULT_JAVA_HOME=/usr/lib/jdk-1.1.6
111 +DEFAULT_JAVA_HOME=/usr/lib/jvm/java-6-openjdk
118 +OS_LIBS = -ldl -lncurses
120 ## the native audio module for this type of system
121 NATIVE_AUDIO_MODULE = LINUX16