Magellan Linux

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

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

revision 3214 by niro, Fri Oct 16 16:28:16 2009 UTC revision 3215 by niro, Fri Oct 16 16:29:01 2009 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-5.52-fix_Makefile.patch   mirror://${PNAME}/${PNAME}-5.52-fix_Makefile.patch
25   mirror://${PNAME}/${PNAME}-5.52-fix_libz.patch   mirror://${PNAME}/${PNAME}-5.52-fix_libz.patch
  mirror://${PNAME}/${PNAME}-5.52-dont_make_noise.patch  
26  )  )
27    
28  UP2DATE="updatecmd_sourceforge infozip ${PNAME}"  UP2DATE="updatecmd_sourceforge infozip ${PNAME}"
# Line 38  src_prepare() Line 37  src_prepare()
37    
38   # fix compile against zlib   # fix compile against zlib
39   mpatch ${PNAME}-5.52-fix_libz.patch || die   mpatch ${PNAME}-5.52-fix_libz.patch || die
   
  # fix noisiness in Midnight Commander  
  mpatch ${PNAME}-5.52-dont_make_noise.patch || die  
40    
41   # force use of our CFLAGS   # force use of our CFLAGS
42   sed -i -e "s:-O3:${CFLAGS}:" \   sed -i -e "s:-O3:${CFLAGS}:" \

Legend:
Removed from v.3214  
changed lines
  Added in v.3215