--- coreutils.SlackBuild 2006-06-24 21:57:31.000000000 -0400 +++ coreutils.SlackBuild.s390x 2006-09-04 20:42:25.000000000 -0400 @@ -45,7 +45,8 @@ find . -perm 555 -exec chmod 755 {} \; # Patch in the uname for Linux enhancements -zcat $CWD/coreutils.uname.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 +# _Not_ for s390/s390x. This causes the program to not compile. +#zcat $CWD/coreutils.uname.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 # Compilation with glibc version later than 2.3.2 needs the environment # variable DEFAULT_POSIX2_VERSION set to 199209.