Magellan Linux

Diff of /trunk/core/libpng/libpng-1.2.40-r1.smage2

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

revision 3385 by niro, Tue Oct 20 21:05:25 2009 UTC revision 3386 by niro, Tue Oct 20 21:06:04 2009 UTC
# Line 20  sminclude multilib Line 20  sminclude multilib
20  SRC_URI=(  SRC_URI=(
21   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${PNAME}-${PVER}-fix-includes.patch   mirror://${PNAME}/${PNAME}-1.2.36-fix-includes.patch
24  )  )
25    
26  UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-stable"  UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-stable"
# Line 30  src_prepare() Line 30  src_prepare()
30   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
31    
32   # fix broken includes   # fix broken includes
33   mpatch ${PNAME}-${PVER}-fix-includes.patch || die   mpatch ${PNAME}-1.2.36-fix-includes.patch || die
34  }  }

Legend:
Removed from v.3385  
changed lines
  Added in v.3386