Magellan Linux

Diff of /branches/magellan-next/extras/speech-dispatcher/speech-dispatcher-0.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8762 by niro, Thu Jul 28 14:14:18 2011 UTC revision 8763 by niro, Thu Jul 28 14:19:39 2011 UTC
# Line 31  SRC_URI=( Line 31  SRC_URI=(
31    
32  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
33    
34    src_prepare()
35    {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     # multilib fix
40     sed -i 's:NAS_LIBS = -laudio -L/usr/X11R6/lib:NAS_LIBS = -laudio:' src/audio/Makefile.am || die
41    }
42    
43  src_compile()  src_compile()
44  {  {
45   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.8762  
changed lines
  Added in v.8763