Magellan Linux

Diff of /trunk/core/libofa/libofa-0.9.3-r4.smage2

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

revision 1607 by niro, Tue May 12 15:57:25 2009 UTC revision 1608 by niro, Tue May 12 16:01:27 2009 UTC
# Line 26  SRC_URI=( Line 26  SRC_URI=(
26   http://www.musicip.com/dns/files/${SRCFILE}   http://www.musicip.com/dns/files/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
28   mirror://${PNAME}/${PNAME}-${PVER}-gcc4.patch   mirror://${PNAME}/${PNAME}-${PVER}-gcc4.patch
29     mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
30  )  )
31    
32  UP2DATE="updatecmd http://code.google.com/p/musicip-libofa/downloads/list | grep ${PNAME}- | lasttarball gz"  UP2DATE="updatecmd http://code.google.com/p/musicip-libofa/downloads/list | grep ${PNAME}- | lasttarball gz"
# Line 37  src_prepare() Line 38  src_prepare()
38    
39   # fixes compilation with gcc4   # fixes compilation with gcc4
40   mpatch ${PNAME}-${PVER}-gcc4.patch || die   mpatch ${PNAME}-${PVER}-gcc4.patch || die
41    
42     # fixes compilation with gcc4.3
43     mpatch ${PNAME}-${PVER}-gcc43.patch || die
44  }  }

Legend:
Removed from v.1607  
changed lines
  Added in v.1608