Magellan Linux

Diff of /branches/magellan-next/core/ppl/ppl-0.10.2-r1.smage2

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

revision 5830 by niro, Mon Aug 16 20:47:22 2010 UTC revision 5831 by niro, Mon Aug 16 20:51:12 2010 UTC
# Line 26  SRC_URI=( Line 26  SRC_URI=(
26    
27  UP2DATE="updatecmd ftp://ftp.cs.unipr.it/pub/ppl/releases/LATEST/ | lasttarball"  UP2DATE="updatecmd ftp://ftp.cs.unipr.it/pub/ppl/releases/LATEST/ | lasttarball"
28    
29    src_prepare()
30    {
31     munpack ${SRCFILE} || die
32    
33     # fixes detection of newer gmp versions
34     all-abis 'sed -i "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" configure' || die
35    }
36    
37  src_compile()  src_compile()
38  {  {
39   mconfigure --enable-shared --disable-optimization || die   mconfigure --enable-shared --disable-optimization || die

Legend:
Removed from v.5830  
changed lines
  Added in v.5831