Magellan Linux

Diff of /smage/trunk/core/coreutils/coreutils-8.7-r1.smage2

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

revision 854 by niro, Fri Dec 3 20:12:55 2010 UTC revision 856 by niro, Fri Dec 3 20:16:00 2010 UTC
# Line 28  sminclude mtools mcore-split Line 28  sminclude mtools mcore-split
28  SRC_URI=(  SRC_URI=(
29   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-5.3.0-dumbterm.patch  
  mirror://${PNAME}/${PNAME}-5.3.0-mem.patch  
  mirror://${PNAME}/${PNAME}-5.3.0-uname.patch  
31   mirror://${PNAME}/${PNAME}-5.94-more-dir-colors.patch   mirror://${PNAME}/${PNAME}-5.94-more-dir-colors.patch
32  )  )
33    
# Line 41  src_prepare() Line 38  src_prepare()
38   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
39   cd ${SRCDIR}   cd ${SRCDIR}
40    
  # mandrake patches  
  mpatch ${PNAME}-5.3.0-dumbterm.patch || die  
  mpatch ${PNAME}-5.3.0-mem.patch || die  
   
41   # generic patches   # generic patches
  mpatch ${PNAME}-5.3.0-uname.patch || die  
42   mpatch ${PNAME}-5.94-more-dir-colors.patch || die   mpatch ${PNAME}-5.94-more-dir-colors.patch || die
43    
44   # fix compilation with newer versions of glibc   # fix compilation with newer versions of glibc
# Line 57  src_prepare() Line 49  src_prepare()
49   # fix issues with gettext's autopoint if cvs is not installed   # fix issues with gettext's autopoint if cvs is not installed
50   export AUTOPOINT="/bin/true"   export AUTOPOINT="/bin/true"
51   fi   fi
   
  export WANT_AUTOMAKE=1.11  
  export WANT_AUTOCONF=2.5  
  aclocal -I m4 &>/dev/null || die  
  autoconf || die  
  automake || die  
52  }  }
53    
54  src_compile()  src_compile()

Legend:
Removed from v.854  
changed lines
  Added in v.856