--- fontconfig.SlackBuild 2006-08-26 17:41:55.000000000 -0400 +++ fontconfig.SlackBuild.s390x 2007-01-26 15:50:30.000000000 -0500 @@ -11,7 +11,7 @@ SLKCFLAGS="-O2 -march=i386 -mcpu=i686" elif [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "s390" ]; then +elif [ "$ARCH" = "s390x" ]; then SLKCFLAGS="-O2" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2" @@ -48,9 +48,10 @@ CFLAGS=$SLKCFLAGS \ ./configure \ --prefix=$FCPREFIX \ + --libdir='${exec_prefix}/lib64' \ --sysconfdir=/etc # Uses some obscure sgml tool... thanks a bunch. -make -i +make -i -j3 make -i install DESTDIR=$PKG # pkgconfig is stoopid, so we have to make sure this ends up