- Fix building on ia64 (bz 349171)
This commit is contained in:
parent
c388dc952c
commit
be04117884
@ -1,7 +1,7 @@
|
||||
Summary: Image loading, saving, rendering, and manipulation library
|
||||
Name: imlib2
|
||||
Version: 1.4.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: Imlib2
|
||||
Group: System Environment/Libraries
|
||||
URL: http://docs.enlightenment.org/api/imlib2/html/
|
||||
@ -69,7 +69,7 @@ touch `find -name Makefile.in`
|
||||
|
||||
%build
|
||||
asmopts="--disable-mmx --disable-amd64"
|
||||
%ifarch %{ix86} ia64
|
||||
%ifarch %{ix86}
|
||||
asmopts="--enable-mmx --disable-amd64"
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/imlib2/loaders/id3.*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 23 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-4
|
||||
- Fix building on ia64 (bz 349171)
|
||||
|
||||
* Thu Sep 6 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-3
|
||||
- Update license tag
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user