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 887 by niro, Sat Dec 4 15:41:30 2010 UTC revision 888 by niro, Sat Dec 4 15:51:25 2010 UTC
# Line 41  src_prepare() Line 41  src_prepare()
41   # generic patches   # generic patches
42   mpatch ${PNAME}-5.94-more-dir-colors.patch || die   mpatch ${PNAME}-5.94-more-dir-colors.patch || die
43    
  # fix compilation with newer versions of glibc  
  sed -i "s/futimens/gl_&/" $(grep -lr futimens *) || die  
   
44   if [[ -z $(which cvs 2>/dev/null) ]]   if [[ -z $(which cvs 2>/dev/null) ]]
45   then   then
46   # fix issues with gettext's autopoint if cvs is not installed   # fix issues with gettext's autopoint if cvs is not installed
47   export AUTOPOINT="/bin/true"   export AUTOPOINT="/bin/true"
48   fi   fi
   
  export WANT_AUTOMAKE=1.11  
  export WANT_AUTOCONF=2.5  
  aclocal -I m4 &>/dev/null || die  
  autoconf --force || die  
  automake --copy --add-missing || die  
49  }  }
50    
51  src_compile()  src_compile()

Legend:
Removed from v.887  
changed lines
  Added in v.888