Magellan Linux

Diff of /branches/magellan-next/core/audiofile/audiofile-0.3.1-r1.smage2

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

revision 9035 by niro, Mon Oct 3 12:44:10 2011 UTC revision 9048 by niro, Tue Oct 4 10:07:04 2011 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23    
24  UP2DATE="updatecmd ${HOMEPAGE} | grep download | sed 's/.*version\ \(.*\).*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE} | grep download | sed 's/.*version\ \(.*\).*/\1/'"
25    
26    src_prepare()
27    {
28     munpack ${SRCFILE} || die
29    
30     # disable werror
31     all-abis 'sed -i "/^AM_CFLAGS =/s:-Werror ::" libaudiofile/Makefile.am libaudiofile/modules/Makefile.am || die'
32     # don't build any examples
33     all-abis 'sed -i "/^SRC_SUBDIRS/s: examples::" Makefile.am || die'
34    }
35    
36  src_compile()  src_compile()
37  {  {
38   mconfigure --enable-largefile || die   mconfigure --enable-largefile --disable-static || die
39   mmake || die   mmake || die
40  }  }

Legend:
Removed from v.9035  
changed lines
  Added in v.9048