Magellan Linux

Diff of /trunk/core/glib2/glib2-2.18.3-r1.smage2

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

revision 406 by niro, Wed Dec 24 10:37:14 2008 UTC revision 407 by niro, Wed Dec 24 10:58:53 2008 UTC
# Line 32  UP2DATE="updatecmd_gnome ${PNAME/2/}" Line 32  UP2DATE="updatecmd_gnome ${PNAME/2/}"
32    
33  src_compile()  src_compile()
34  {  {
35     local myconf_m64
36     myconf_m64="--build=${CHOST}"
37    
38   # fix compile issues -> chost != build breaks the build   # fix compile issues -> chost != build breaks the build
39   mconfigure --build=${CHOST} --host=${CHOST} --with-threads=posix || die   mconfigure '$(eval echo \$myconf_${abi})' --with-threads=posix || die
40   mmake || die   mmake || die
41  }  }
42    

Legend:
Removed from v.406  
changed lines
  Added in v.407