Magellan Linux

Diff of /branches/magellan-next/core/m4/m4-1.4.14-r1.smage2

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

revision 5865 by niro, Tue Aug 17 13:39:50 2010 UTC revision 5866 by niro, Tue Aug 17 13:47:41 2010 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}-fix-includes.patch
24  )  )
25    
26  UP2DATE="updatecmd_gnu ${PNAME}"  UP2DATE="updatecmd_gnu ${PNAME}"
27    
28    src_prepare()
29    {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fix missing includes
34     mpatch ${PNAME}-${PVER}-fix-includes.patch
35    }
36    
37  src_compile()  src_compile()
38  {  {
39   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.5865  
changed lines
  Added in v.5866