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 8058 by niro, Wed Jun 29 13:36:12 2011 UTC revision 8059 by niro, Wed Jun 29 13:45:44 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}
23     mirror://${PNAME}/${PNAME}-0.16.17-noelks.patch
24   mirror://${PNAME}/${PNAME}-0.16.17-x86_64.patch   mirror://${PNAME}/${PNAME}-0.16.17-x86_64.patch
25  )  )
26    
# Line 32  src_prepare() Line 33  src_prepare()
33    
34   if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
35   then   then
36     # don't build  elksemu, its not happy on x86_64
37     mpatch ${PNAME}-0.16.17-noelks.patch || die
38   # fix bcc search patches   # fix bcc search patches
39   mpatch ${PNAME}-0.16.17-x86_64.patch || die   mpatch ${PNAME}-0.16.17-x86_64.patch || die
40   fi   fi

Legend:
Removed from v.8058  
changed lines
  Added in v.8059