--- kdenetwork.SlackBuild 2006-08-17 15:40:41.000000000 -0400 +++ kdenetwork.SlackBuild.s390x 2006-09-09 15:19:25.000000000 -0400 @@ -4,8 +4,8 @@ PKG=$TMP/package-kdenetwork # 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): @@ -33,6 +33,7 @@ CXXFLAGS=$CPUOPT \ ./configure \ --prefix=/opt/kde \ + --enable-libsuffix=64 \ --with-xinerama \ --disable-debug \ --program-prefix="" \