Magellan Linux

Diff of /trunk/core/gobject-introspection/gobject-introspection-1.30.0-r1.smage2

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

revision 11438 by niro, Sat Mar 10 14:21:58 2012 UTC revision 11439 by niro, Sat Mar 10 14:27:04 2012 UTC
# Line 22  DEPEND="\$(eval echo \\\$DEPEND_\${ARCH/ Line 22  DEPEND="\$(eval echo \\\$DEPEND_\${ARCH/
22  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
23  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
 # enable linux32 emulation for x86_64 arches  
 EMUL_LINUX_32=true  
   
25  sminclude multilib mtools  sminclude multilib mtools
26    
27  SRC_URI=(  SRC_URI=(
# Line 40  src_compile() Line 37  src_compile()
37   local myconf   local myconf
38   [[ ${ARCH} = x86_64 ]] && myconf=--program-suffix=-$(mabi)   [[ ${ARCH} = x86_64 ]] && myconf=--program-suffix=-$(mabi)
39   mconfigure ${myconf} || die   mconfigure ${myconf} || die
40   mmake -j1 || die   mmake || die
41  }  }
42    
43  src_install()  src_install()

Legend:
Removed from v.11438  
changed lines
  Added in v.11439