Magellan Linux

Diff of /trunk/extras/imlib2/imlib2-1.4.5-r3.smage2

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

revision 12991 by niro, Wed Aug 15 16:30:56 2012 UTC revision 12992 by niro, Wed Aug 15 16:51:53 2012 UTC
# Line 27  sminclude mbuild multilib Line 27  sminclude mbuild multilib
27  SRC_URI=(  SRC_URI=(
28   sourceforge://enlightenment/${SRCFILE}   sourceforge://enlightenment/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30     mirror://${PNAME}/${PNAME}-${PVER}-giflib5.patch
31  )  )
32    
33  UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"  UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"
34    
35    src_prepare()
36    {
37     munpack ${SRCFILE} || die
38    
39     # fix ftbfs with >= giflib-5.0.0
40     mpatch ${PNAME}-${PVER}-giflib5.patch || die
41    }
42    
43  src_compile()  src_compile()
44  {  {
45   mconfigure \   mconfigure \

Legend:
Removed from v.12991  
changed lines
  Added in v.12992