Magellan Linux

Diff of /smage/trunk/core/imlib2/imlib2-1.4.4-r2.smage2

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

revision 1389 by niro, Tue Mar 1 19:18:31 2011 UTC revision 1390 by niro, Tue Mar 1 19:22:59 2011 UTC
# Line 31  sminclude mbuild mcore-split Line 31  sminclude mbuild mcore-split
31  SRC_URI=(  SRC_URI=(
32   sourceforge://enlightenment/${SRCFILE}   sourceforge://enlightenment/${SRCFILE}
33   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
34     mirror://${PNAME}/${PNAME}-${PVER}-libpng-1.5.patch
35  )  )
36    
37  UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"  UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"
38    
39    src_prepare()
40    {
41     munpack ${SRCFILE} || die
42     cd ${SRCDIR}
43    
44     # fix build against libpng-1.5
45     mpatch ${PNAME}-${PVER}-libpng-1.5.patch || die
46    }
47    
48  src_compile()  src_compile()
49  {  {
50   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.1389  
changed lines
  Added in v.1390