Changeset 2152

Show
Ignore:
Timestamp:
12/29/07 00:27:32 (1 year ago)
Author:
alexander
Message:

Fixed inability of speechd-up to examine punctuation characters and mark
capital letters as such. More details on the bug:

http://lists.freebsoft.org/pipermail/speechd/2007q4/000977.html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/speechd-up/Makefile

    r2085 r2152  
    88URL-$(FILE)= http://www.freebsoft.org/pub/projects/speechd-up/$(FILE) 
    99SHA-$(FILE)= ad31c9a15fd8f5616aff4d35713f736ad8266a92 
     10 
     11PATCH1= speechd-up-0.4-onechar-1.patch 
    1012 
    1113# Targets 
     
    2123 
    2224compile-stage2: 
     25        patch -Np1 -i ../$(PATCH1) 
    2326        ./configure --prefix=/usr --sysconfdir=/etc 
    2427        make