Magellan Linux

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

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

revision 13331 by niro, Thu Oct 4 09:28:34 2012 UTC revision 13332 by niro, Thu Oct 4 09:50:28 2012 UTC
# Line 53  src_prepare() Line 53  src_prepare()
53  src_compile()  src_compile()
54  {  {
55   local myconf   local myconf
56   [[ ${ARCH} = x86_64 ]] && myconf=--program-suffix=-$(mabi)   [[ ${ARCH} = x86_64 ]] && myconf+=" --program-suffix=-$(mabi)"
57    
58     # build basic-fc as included module
59     myconf+=" --with-included-modules=basic-fc"
60    
61   mconfigure --disable-gtk-doc --enable-introspection ${myconf} || die   mconfigure --disable-gtk-doc --enable-introspection ${myconf} || die
62   mmake || die   mmake || die

Legend:
Removed from v.13331  
changed lines
  Added in v.13332