Magellan Linux

Diff of /branches/magellan-next/core/libofa/libofa-0.9.3-r6.smage2

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

revision 7169 by niro, Thu Sep 30 09:52:57 2010 UTC revision 7170 by niro, Thu Sep 30 10:00:24 2010 UTC
# Line 26  SRC_URI=( Line 26  SRC_URI=(
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-${PVER}-gcc4.patch   mirror://${PNAME}/${PNAME}-${PVER}-gcc4.patch
28   mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch   mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
29     mirror://${PNAME}/${PNAME}-${PVER}-gcc45.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 40  src_prepare() Line 41  src_prepare()
41    
42   # fixes compilation with gcc4.3   # fixes compilation with gcc4.3
43   mpatch ${PNAME}-${PVER}-gcc43.patch || die   mpatch ${PNAME}-${PVER}-gcc43.patch || die
44    
45     # fixes compilation with gcc4.5
46     mpatch ${PNAME}-${PVER}-gcc45.patch || die
47  }  }

Legend:
Removed from v.7169  
changed lines
  Added in v.7170