Magellan Linux

Diff of /trunk/core/imlib/imlib-1.9.15-r8.smage2

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

revision 1656 by niro, Tue May 12 22:10:09 2009 UTC revision 1657 by niro, Tue May 12 22:16:40 2009 UTC
# Line 25  SRC_URI=( Line 25  SRC_URI=(
25   http://ftp.gnome.org/pub/GNOME/sources/${PNAME}/${PVER:0:3}/${SRCFILE}   http://ftp.gnome.org/pub/GNOME/sources/${PNAME}/${PVER:0:3}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-${PVER}-m4-underquoted.patch   mirror://${PNAME}/${PNAME}-${PVER}-m4-underquoted.patch
28     mirror://${PNAME}/${PNAME}-${PVER}-asneeded.patch
29  )  )
30    
31  # fake  # fake
# Line 38  src_prepare() Line 39  src_prepare()
39   # fixes m4 warnings   # fixes m4 warnings
40   mpatch ${PNAME}-${PVER}-m4-underquoted.patch || die   mpatch ${PNAME}-${PVER}-m4-underquoted.patch || die
41    
42     # fix link issues with libtool22
43     mpatch ${PNAME}-${PVER}-asneeded.patch || die
44    
45   # fix config script   # fix config script
46   sed -i -e "49,51D" -e "55,57D" imlib-config.in || die   sed -i -e "49,51D" -e "55,57D" imlib-config.in || die
47    
48   mlibtoolize || die   autoreconf --verbose --install --force || die
49  }  }
50    
51  src_compile()  src_compile()

Legend:
Removed from v.1656  
changed lines
  Added in v.1657