Magellan Linux

Diff of /trunk/core/pango/pango-1.24.1-r1.smage2

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

revision 1266 by niro, Sun Apr 26 14:52:10 2009 UTC revision 1267 by niro, Sun Apr 26 16:00:57 2009 UTC
# Line 53  src_compile() Line 53  src_compile()
53   local myconf   local myconf
54   [[ ${ARCH} = x86_64 ]] && myconf=--program-suffix='-${abi}'   [[ ${ARCH} = x86_64 ]] && myconf=--program-suffix='-${abi}'
55    
56   mconfigure --disable-static --disable-gtk-doc ${myconf} || die   mconfigure --build=${CHOST} --disable-static --disable-gtk-doc ${myconf} || die
57   mmake || die   mmake || die
58  }  }
59    

Legend:
Removed from v.1266  
changed lines
  Added in v.1267