--- kdeutils.SlackBuild 2006-09-15 22:23:29.000000000 -0400 +++ kdeutils.SlackBuild.s390x 2006-09-17 20:25:57.000000000 -0400 @@ -4,8 +4,8 @@ PKG=$TMP/package-kdeutils # Set the config option variables if they are not already set: -if [ -r ../KDE.options ]; then - . ../KDE.options +if [ -r ../KDE.options.s390x ]; then + . ../KDE.options.s390x fi # The global options may be overridden here (if needed): @@ -32,6 +32,7 @@ CXXFLAGS=$CPUOPT \ ./configure \ --prefix=/opt/kde \ + --enable-libsuffix=64 \ --with-xinerama \ --disable-debug \ --program-prefix="" \