Changeset 2086

Show
Ignore:
Timestamp:
09/30/07 05:29:26 (1 year ago)
Author:
alexander
Message:

"Fixed" the crash of espeak with the Russian voice.
A better fix will be applied when the maintainer replies to the bug report
(sent via private mail).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/espeak/Makefile

    r2085 r2086  
    1717# Linux console. 
    1818# http://espeak.sourceforge.net/data/zhy_list.zip 
    19   
     19 
     20PATCH1= espeak-1.29-dont-crash.patch 
     21 
    2022# Targets 
    2123 
     
    3436 
    3537compile-stage2: 
     38        patch -Np1 -i ../$(PATCH1) 
    3639        # Remove dependency on portaudio 
    3740        sed -i s/-lportaudio// src/Makefile