Magellan Linux

Diff of /trunk/core/ppl/ppl-1.1-r1.smage2

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

revision 20895 by niro, Thu Feb 13 10:10:09 2014 UTC revision 20896 by niro, Thu Feb 13 10:13:42 2014 UTC
# Line 28  sminclude mtools multilib Line 28  sminclude mtools multilib
28  SRC_URI=(  SRC_URI=(
29   ftp://ftp.cs.unipr.it/pub/ppl/releases/${PVER}/${SRCFILE}   ftp://ftp.cs.unipr.it/pub/ppl/releases/${PVER}/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-gmp51.patch  
31  )  )
32    
33  UP2DATE="updatecmd ftp://ftp.cs.unipr.it/pub/ppl/releases/LATEST/ | lasttarball"  UP2DATE="updatecmd ftp://ftp.cs.unipr.it/pub/ppl/releases/LATEST/ | lasttarball"
34    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # fix build against gmp-5.1.x  
  mpatch ${PNAME}-${PVER}-gmp51.patch || die  
 }  
   
35  src_compile()  src_compile()
36  {  {
37    

Legend:
Removed from v.20895  
changed lines
  Added in v.20896