Magellan Linux

Diff of /trunk/extras/gd/gd-2.0.35-r5.smage2

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

revision 2146 by niro, Fri Jul 3 21:28:25 2009 UTC revision 2147 by niro, Fri Jul 3 21:43:59 2009 UTC
# Line 30  SRC_URI=( Line 30  SRC_URI=(
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
31  )  )
32    
33    src_prepare()
34    {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # fixes libtool2 issues
39     # ./libtool: line 841: X--tag=CC: command not found
40     autoreconf --install --force --verbose || die
41    }
42    
43  src_compile()  src_compile()
44  {  {
45   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.2146  
changed lines
  Added in v.2147