Magellan Linux

Diff of /trunk/core/libidn/libidn-1.11-r1.smage2

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

revision 375 by niro, Tue Dec 23 23:24:24 2008 UTC revision 376 by niro, Tue Dec 23 23:36:40 2008 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24  )  )
25    
26  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28    src_compile()
29    {
30     cd ${SRCDIR}
31    
32     # fix compile issues -> chost != build produces breaks the build
33     mconfigure --build=${CHOST} --host=${CHOST} || die
34     mmake || die
35    }

Legend:
Removed from v.375  
changed lines
  Added in v.376