Magellan Linux

Diff of /trunk/core/libmad/libmad-0.15.1b-r8.smage2

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

revision 1326 by niro, Sat May 2 14:12:04 2009 UTC revision 1327 by niro, Sat May 2 14:18:38 2009 UTC
# Line 29  src_compile() Line 29  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}
31    
32     # remove unsupported cflags with gcc-4.3
33     sed "s:-fforce-mem::g" configure.ac || die
34     autoconf --force || die
35    
36   # arch special preprocessor   # arch special preprocessor
37   local myconf   local myconf
38   [[ ${ARCH} = x86_64 ]] && myconf="--enable-fpm=64bit"   [[ ${ARCH} = x86_64 ]] && myconf="--enable-fpm=64bit"

Legend:
Removed from v.1326  
changed lines
  Added in v.1327