--- kdebase.SlackBuild 2006-08-23 17:36:18.000000000 -0400 +++ kdebase.SlackBuild.s390x 2006-09-09 13:26:18.000000000 -0400 @@ -4,8 +4,8 @@ PKG=$TMP/package-kdebase # 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): @@ -36,6 +36,7 @@ CXXFLAGS=$CPUOPT \ ./configure \ --prefix=/opt/kde \ + --enable-libsuffix=64 \ --with-shadow \ --with-xinerama \ --disable-debug \