Magellan Linux

Diff of /trunk/core/libarchive/libarchive-3.0.4-r2.smage2

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

revision 12682 by niro, Wed Jun 27 09:40:52 2012 UTC revision 12683 by niro, Wed Jun 27 11:25:20 2012 UTC
# Line 27  sminclude mbuild Line 27  sminclude mbuild
27  SRC_URI=(  SRC_URI=(
28   https://github.com/downloads/${PNAME}/${PNAME}/${SRCFILE}   https://github.com/downloads/${PNAME}/${PNAME}/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30     mirror://${PNAME}/${PNAME}-${PVER}-gcc47.patch
31  )  )
32    
33  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/downloads | firsttarball gz"  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/downloads | firsttarball gz"
34    
35    src_prepare()
36    {
37     munpack ${SRCFILE} || die
38     cd ${SRCDIR}
39    
40     # fix compile issues with gcc-4.7
41     mpatch ${PNAME}-${PVER}-gcc47.patch || die
42    }
43    
44  src_compile()  src_compile()
45  {  {
46   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.12682  
changed lines
  Added in v.12683