Make it build

This commit is contained in:
Matthias Clasen 2005-03-28 15:53:18 +00:00
parent 93642a9d99
commit 905064ec44

View File

@ -111,7 +111,13 @@ if ! pkg-config --exists pangoxft ; then
exit 1 exit 1
fi fi
# workaround gcc issues with aliasing
# 2.6.5 will fix this
%ifarch ppc64
%configure --with-xinput=xfree --disable-gtk-doc --disable-visibility
%else
%configure --with-xinput=xfree --disable-gtk-doc %configure --with-xinput=xfree --disable-gtk-doc
%fi
## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed ## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed
## past gtk 2.1.2 ## past gtk 2.1.2