Magellan Linux

Diff of /trunk/core/tcl/tcl-8.6.0-r1.smage2

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

revision 14614 by niro, Tue Jan 1 15:41:15 2013 UTC revision 14615 by niro, Tue Jan 1 15:44:37 2013 UTC
# Line 22  SRC_URI=( Line 22  SRC_URI=(
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${PNAME}-8.5.5-libdir.patch   mirror://${PNAME}/${PNAME}-8.5.5-libdir.patch
24   mirror://${PNAME}/${PNAME}-8.5.10-flags.patch   mirror://${PNAME}/${PNAME}-8.5.10-flags.patch
25   mirror://${PNAME}/${PNAME}-8.5.13-autopath.patch   mirror://${PNAME}/${PNAME}-8.6.0-autopath.patch
26  )  )
27    
28  # no alphas or betas  # no alphas or betas
# Line 43  src_prepare() Line 43  src_prepare()
43   mpatch ${PNAME}-8.5.10-flags.patch || die   mpatch ${PNAME}-8.5.10-flags.patch || die
44    
45   # fix library runtime detection with disabled rpath from the patch above   # fix library runtime detection with disabled rpath from the patch above
46   mpatch ${PNAME}-8.5.13-autopath.patch || die   mpatch ${PNAME}-8.6.0-autopath.patch || die
47    
48   cd ${SRCDIR}/unix   cd ${SRCDIR}/unix
49   mautoreconf || die   mautoreconf || die

Legend:
Removed from v.14614  
changed lines
  Added in v.14615