Magellan Linux

Diff of /branches/magellan-next/core/procps/procps-3.2.8-r4.smage2

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

revision 5970 by niro, Tue Aug 17 20:12:47 2010 UTC revision 5971 by niro, Tue Aug 17 20:14:07 2010 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   http://procps.sourceforge.net/${SRCFILE}   http://procps.sourceforge.net/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/3.2.5-top-sort.patch   mirror://${PNAME}/3.2.5-top-sort.patch
24   mirror://${PNAME}/${PNAME}-${PVER}-make382.patch   mirror://${PNAME}/${PNAME}-${PVER}-make382-fix.patch
25  )  )
26    
27  # do not use updatecmd_sourceforge; there is nothing  # do not use updatecmd_sourceforge; there is nothing
# Line 36  src_prepare() Line 36  src_prepare()
36    
37   # fixes compile issues with make-3.8.2   # fixes compile issues with make-3.8.2
38   # see: http://comments.gmane.org/gmane.comp.gnu.make.bugs/4768   # see: http://comments.gmane.org/gmane.comp.gnu.make.bugs/4768
39   mpatch ${PNAME}-${PVER}-make382.patch || die   mpatch ${PNAME}-${PVER}-make382-fix.patch || die
40  }  }
41    
42  src_compile()  src_compile()

Legend:
Removed from v.5970  
changed lines
  Added in v.5971