--- smage/trunk/core/coreutils/coreutils-8.7-r1.smage2 2010/12/03 20:12:55 854 +++ smage/trunk/core/coreutils/coreutils-8.7-r1.smage2 2010/12/04 15:51:25 888 @@ -28,9 +28,6 @@ SRC_URI=( gnu://${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 mirror://${PNAME}/${PNAME}-5.94-more-dir-colors.patch ) @@ -41,28 +38,14 @@ munpack ${SRCFILE} || die cd ${SRCDIR} - # mandrake patches - mpatch ${PNAME}-5.3.0-dumbterm.patch || die - mpatch ${PNAME}-5.3.0-mem.patch || die - # generic patches - mpatch ${PNAME}-5.3.0-uname.patch || die mpatch ${PNAME}-5.94-more-dir-colors.patch || die - # fix compilation with newer versions of glibc - sed -i "s/futimens/gl_&/" $(grep -lr futimens *) || die - if [[ -z $(which cvs 2>/dev/null) ]] then # fix issues with gettext's autopoint if cvs is not installed export AUTOPOINT="/bin/true" fi - - export WANT_AUTOMAKE=1.11 - export WANT_AUTOCONF=2.5 - aclocal -I m4 &>/dev/null || die - autoconf || die - automake || die } src_compile()