Magellan Linux

Diff of /trunk/extras/scim/scim-1.4.14-r1.smage2

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

revision 15513 by niro, Thu Jan 3 12:51:19 2013 UTC revision 15514 by niro, Thu Jan 3 12:55:09 2013 UTC
# Line 33  SRC_URI=( Line 33  SRC_URI=(
33    
34  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
35    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # run autoreconf, no configure script provided by tarball  
  mautoreconf || die  
 }  
   
36  src_compile()  src_compile()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40   mconfigure --enable-ld-version-script --without-doxygen || die   mconfigure --enable-ld-version-script --with-gtk-version=2 --without-doxygen || die
41   mmake || die   mmake || die
42  }  }

Legend:
Removed from v.15513  
changed lines
  Added in v.15514