Magellan Linux

Diff of /smage/trunk/core/nasm/nasm-2.13.03-r1.smage2

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

revision 11841 by niro, Wed Aug 15 09:41:02 2018 UTC revision 11842 by niro, Wed Aug 15 11:28:21 2018 UTC
# Line 21  msetfeature "!check" Line 21  msetfeature "!check"
21  SRC_URI=(  SRC_URI=(
22   http://www.nasm.us/pub/${PNAME}/releasebuilds/${PVER}/${SRCFILE}   http://www.nasm.us/pub/${PNAME}/releasebuilds/${PVER}/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${PNAME}-2.13.01-gcc8.patch
25  )  )
26    
27  UP2DATE="updatecmd -listonly http://www.nasm.us/pub/${PNAME}/releasebuilds/'?C=M;O=A' | grep -v rc | sed -n 's:.*/\(.*\)/:\1:;$ p'"  UP2DATE="updatecmd -listonly http://www.nasm.us/pub/${PNAME}/releasebuilds/'?C=M;O=A' | grep -v rc | sed -n 's:.*/\(.*\)/:\1:;$ p'"
28    
29    src_prepare()
30    {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fix ftbfs with gcc-8
35     mpatch ${PNAME}-2.13.01-gcc8.patch || die
36    }
37    
38  src_compile()  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.11841  
changed lines
  Added in v.11842