Magellan Linux

Diff of /trunk/extras/libofa/libofa-0.9.3-r8.smage2

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

revision 20719 by niro, Tue Feb 4 09:45:25 2014 UTC revision 20720 by niro, Tue Feb 4 09:49:01 2014 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
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   mirror://${PNAME}/${PNAME}-${PVER}-gcc45.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-gcc47.patch
31  )  )
32    
33  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 45  src_prepare() Line 46  src_prepare()
46   # fixes compilation with gcc4.5   # fixes compilation with gcc4.5
47   mpatch ${PNAME}-${PVER}-gcc45.patch || die   mpatch ${PNAME}-${PVER}-gcc45.patch || die
48    
49     # fixes compilation with gcc4.7
50     mpatch ${PNAME}-${PVER}-gcc47.patch || die
51    
52   # fix build with newer curl   # fix build with newer curl
53   sed -i '/#include <curl\/types.h>/d' examples/protocol.cpp || die   sed -i '/#include <curl\/types.h>/d' examples/protocol.cpp || die
54  }  }

Legend:
Removed from v.20719  
changed lines
  Added in v.20720