Magellan Linux

Diff of /trunk/extras/tk/tk-8.6.9-r1.smage2

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

revision 31733 by niro, Thu Dec 6 12:41:27 2018 UTC revision 31734 by niro, Thu Dec 6 13:09:45 2018 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27   sourceforge://tcl/${SRCFILE}   sourceforge://tcl/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29   mirror://${PNAME}/${PNAME}-8.4.13-libdir.patch   mirror://${PNAME}/${PNAME}-8.4.13-libdir.patch
30   mirror://${PNAME}/${PNAME}-8.6.1-flags.patch   mirror://${PNAME}/${PNAME}-8.6.9-flags.patch
31  )  )
32    
33  UP2SEPERATOR="${PNAME}"  UP2SEPERATOR="${PNAME}"
# Line 43  src_prepare() Line 43  src_prepare()
43   mpatch ${PNAME}-8.4.13-libdir.patch || die   mpatch ${PNAME}-8.4.13-libdir.patch || die
44    
45   # fix rpath and pic issues   # fix rpath and pic issues
46   mpatch ${PNAME}-8.6.1-flags.patch || die   mpatch ${PNAME}-8.6.9-flags.patch || die
47   cd ${SRCDIR}/unix   cd ${SRCDIR}/unix
48   mautoreconf || die   mautoreconf || die
49  }  }

Legend:
Removed from v.31733  
changed lines
  Added in v.31734