Magellan Linux

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

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

revision 12919 by niro, Thu Nov 22 14:10:44 2018 UTC revision 12920 by niro, Thu Nov 22 14:14:48 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}
  mirror://${PNAME}/${PNAME}-2.13.01-gcc8.patch  
24  )  )
25    
26  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'"
27    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix ftbfs with gcc-8  
  mpatch ${PNAME}-2.13.01-gcc8.patch || die  
 }  
   
28  src_compile()  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.12919  
changed lines
  Added in v.12920