--- arts.SlackBuild 2006-09-19 18:09:24.000000000 -0400 +++ arts.SlackBuild.s390x 2007-01-16 15:22:57.000000000 -0500 @@ -4,8 +4,8 @@ PKG=$TMP/package-arts # 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="" \