[Freeswitch-svn] [commit] r12171 - freeswitch/trunk/src/mod/asr_tts/mod_flite
FreeSWITCH SVN
brian at freeswitch.org
Thu Feb 19 13:43:51 PST 2009
Author: brian
Date: Thu Feb 19 15:43:51 2009
New Revision: 12171
Log:
use -latest for this so it doesn't conflict with 1.0.3 release
Modified:
freeswitch/trunk/src/mod/asr_tts/mod_flite/Makefile
Modified: freeswitch/trunk/src/mod/asr_tts/mod_flite/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_flite/Makefile (original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_flite/Makefile Thu Feb 19 15:43:51 2009
@@ -14,7 +14,7 @@
include $(BASE)/build/modmake.rules
$(FLITE_DIR):
- $(GETLIB) $(FLITE).tar.gz
+ $(GETLIB) $(FLITE)-latest.tar.gz
$(FLITE_DIR)/Makefile: $(FLITE_DIR)
cd $(FLITE_DIR) && CFLAGS="-fPIC" ./configure
More information about the Freeswitch-svn
mailing list