Magellan Linux

Diff of /branches/R11-unstable/extras/aspell/aspell-0.60.6.1-r5.smage2

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

trunk/extras/aspell/aspell-0.60.6.1-r5.smage2 revision 30118 by niro, Fri Oct 27 08:04:49 2017 UTC branches/R11-unstable/extras/aspell/aspell-0.60.6.1-r5.smage2 revision 32869 by niro, Mon Apr 29 13:51:09 2019 UTC
# Line 20  sminclude mbuild Line 20  sminclude mbuild
20  SRC_URI=(  SRC_URI=(
21   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-gcc7-fixes.patch
24  )  )
25    
26  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28    src_prepare()
29    {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fix ftbfs with gcc7
34     mpatch ${PNAME}-${PVER}-gcc7-fixes.patch || die
35    }
36    
37  src_compile()  src_compile()
38  {  {
39   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.30118  
changed lines
  Added in v.32869