Magellan Linux

Diff of /trunk/core/unzip/unzip-6.0-r1.smage2

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

revision 3212 by niro, Fri Oct 16 16:27:15 2009 UTC revision 3213 by niro, Fri Oct 16 16:27:55 2009 UTC
# Line 21  sminclude mtools Line 21  sminclude mtools
21  SRC_URI=(  SRC_URI=(
22   sourceforge://infozip/${SRCFILE}   sourceforge://infozip/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-${PVER}-fix_Makefile.patch   mirror://${PNAME}/${PNAME}-5.52-fix_Makefile.patch
25   mirror://${PNAME}/${PNAME}-${PVER}-fix_libz.patch   mirror://${PNAME}/${PNAME}-5.52-fix_libz.patch
26   mirror://${PNAME}/${PNAME}-${PVER}-dont_make_noise.patch   mirror://${PNAME}/${PNAME}-5.52-dont_make_noise.patch
27  )  )
28    
29  UP2DATE="updatecmd_sourceforge infozip ${PNAME}"  UP2DATE="updatecmd_sourceforge infozip ${PNAME}"
# Line 34  src_prepare() Line 34  src_prepare()
34   cd ${SRCDIR}   cd ${SRCDIR}
35    
36   # fix a missing symlink   # fix a missing symlink
37   mpatch ${PNAME}-${PVER}-fix_Makefile.patch || die   mpatch ${PNAME}-5.52-fix_Makefile.patch || die
38    
39   # fix compile against zlib   # fix compile against zlib
40   mpatch ${PNAME}-${PVER}-fix_libz.patch || die   mpatch ${PNAME}-5.52-fix_libz.patch || die
41    
42   # fix noisiness in Midnight Commander   # fix noisiness in Midnight Commander
43   mpatch ${PNAME}-${PVER}-dont_make_noise.patch || die   mpatch ${PNAME}-5.52-dont_make_noise.patch || die
   
44    
45   # force use of our CFLAGS   # force use of our CFLAGS
46   sed -i -e "s:-O3:${CFLAGS}:" \   sed -i -e "s:-O3:${CFLAGS}:" \

Legend:
Removed from v.3212  
changed lines
  Added in v.3213