Magellan Linux

Diff of /branches/magellan-next/extras/dev86/dev86-0.16.18-r1.smage2

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

revision 8054 by niro, Wed Jun 29 13:35:11 2011 UTC revision 8055 by niro, Wed Jun 29 13:36:12 2011 UTC
# Line 20  sminclude mtools Line 20  sminclude mtools
20  SRC_URI=(  SRC_URI=(
21   http://www.debath.co.uk/dev86/${SRCFILE}   http://www.debath.co.uk/dev86/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-0.16.17-noelks.patch  
23   mirror://${PNAME}/${PNAME}-0.16.17-x86_64.patch   mirror://${PNAME}/${PNAME}-0.16.17-x86_64.patch
24  )  )
25    
# Line 33  src_prepare() Line 32  src_prepare()
32    
33   if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
34   then   then
  # don't build  elksemu, its not happy on x86_64  
  mpatch ${PNAME}-0.16.17-noelks.patch || die  
35   # fix bcc search patches   # fix bcc search patches
36   mpatch ${PNAME}-0.16.17-x86_64.patch || die   mpatch ${PNAME}-0.16.17-x86_64.patch || die
37   fi   fi

Legend:
Removed from v.8054  
changed lines
  Added in v.8055