--- kdesdk.SlackBuild 2006-09-08 22:56:44.000000000 -0400 +++ kdesdk.SlackBuild.s390x 2006-09-09 16:35:20.000000000 -0400 @@ -4,8 +4,8 @@ PKG=$TMP/package-kdesdk # 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): @@ -29,6 +29,7 @@ CXXFLAGS=$CPUOPT \ ./configure \ --prefix=/opt/kde \ + --enable-libsuffix=64 \ --with-xinerama \ --disable-debug \ --with-apr-config=/usr/bin/apr-1-config \