Magellan Linux

Diff of /trunk/core/speex/speex-1.2_rc1-r1.smage2

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

revision 1969 by niro, Thu Jun 11 11:45:12 2009 UTC revision 1970 by niro, Thu Jun 11 11:49:56 2009 UTC
# Line 29  src_prepare() Line 29  src_prepare()
29  {  {
30   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
31    
32     # disable tests
33     all-abis "sed -i 's:noinst_PROGRAMS:check_PROGRAMS:' libspeex/Makefile.am" || die
34    
35   # fix parallel make issues   # fix parallel make issues
36   all-abis "sed -i 's:\$(top_builddir)/libspeex/libspeex.la:libspeex.la:' libspeex/Makefile.am" || die   all-abis autoreconf --force --install --verbose || die
  all-abis autoreconf || die  
37  }  }
38    
39  src_install()  src_install()

Legend:
Removed from v.1969  
changed lines
  Added in v.1970