Magellan Linux

Diff of /trunk/core/cdparanoia/cdparanoia-3.10.2-r1.smage2

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

revision 1566 by niro, Mon May 11 17:30:04 2009 UTC revision 1567 by niro, Mon May 11 17:33:27 2009 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23   mirror://${PNAME}/${PNAME}-${PVER}-include-cdda_interface_h.patch   mirror://${PNAME}/${PNAME}-${PVER}-include-cdda_interface_h.patch
24   mirror://${PNAME}/${PNAME}-${PVER}-Makefile.in.patch   mirror://${PNAME}/${PNAME}-${PVER}-Makefile.in.patch
25   mirror://${PNAME}/${PNAME}-${PVER}-use-destdir.patch   mirror://${PNAME}/${PNAME}-${PVER}-use-destdir.patch
26     mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
27  )  )
28    
29  UP2DATE="echo -n '3.';updatecmd 'http://downloads.xiph.org/releases/cdparanoia/?C=M;O=A' | sed 's:.src::' | lasttarball tgz"  UP2DATE="echo -n '3.';updatecmd 'http://downloads.xiph.org/releases/cdparanoia/?C=M;O=A' | sed 's:.src::' | lasttarball tgz"
# Line 41  src_prepare() Line 42  src_prepare()
42   # build pic objects too   # build pic objects too
43   mpatch ${PNAME}-${PVER}-Makefile.in.patch || die   mpatch ${PNAME}-${PVER}-Makefile.in.patch || die
44    
45     # fix build issues with gcc-4.3
46     mpatch ${PNAME}-${PVER}-gcc43.patch || die
47    
48   # support more targets   # support more targets
49   ln -s configure.guess config.guess || die   ln -s configure.guess config.guess || die
50   ln -s configure.sub config.sub || die   ln -s configure.sub config.sub || die

Legend:
Removed from v.1566  
changed lines
  Added in v.1567