Magellan Linux

Diff of /trunk/extras/libsoundtouch/libsoundtouch-1.4.0-r1.smage2

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

revision 4541 by niro, Fri Dec 25 09:53:03 2009 UTC revision 4542 by niro, Fri Dec 25 09:58:38 2009 UTC
# Line 32  src_prepare() Line 32  src_prepare()
32    
33   # fix CFLAGS   # fix CFLAGS
34   mpatch ${PNAME}-${PVER}-cflags.patch || die   mpatch ${PNAME}-${PVER}-cflags.patch || die
35    
36     # disable optimations on arches other than x86
37     if [[ ${ARCH} != i*86 ]]
38     then
39     sed -i '/^.*#define ALLOW_X86_OPTIMIZATIONS.*$/d' include/STTypes.h || die
40     fi
41  }  }
42    
43  src_install()  src_install()

Legend:
Removed from v.4541  
changed lines
  Added in v.4542