Magellan Linux

Diff of /smage/branches/alx07x-stable/core/make/make-4.2.1-r3.smage2

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

revision 13902 by niro, Sat Jun 27 14:14:46 2020 UTC revision 13903 by niro, Sat Jun 27 17:19:42 2020 UTC
# Line 19  sminclude mbuild Line 19  sminclude mbuild
19  SRC_URI=(  SRC_URI=(
20   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${PNAME}-${PVER}-glob1.patch
23     mirror://${PNAME}/${PNAME}-${PVER}-glob2.patch
24     mirror://${PNAME}/${PNAME}-${PVER}-test-driver.patch
25  )  )
26    
27  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
28    
29    src_prepare()
30    {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # >=glibc-2.27 fixes
35     mpatch ${PNAME}-${PVER}-glob1.patch || die
36     mpatch ${PNAME}-${PVER}-glob2.patch || die
37    
38     # fix broken perl test suite
39     mpatch ${PNAME}-${PVER}-test-driver.patch || die
40    }

Legend:
Removed from v.13902  
changed lines
  Added in v.13903