Fix for gcc4

epel9
Alexander Larsson 19 years ago
parent 4122c7fba4
commit ad9bc325a9

@ -9,6 +9,8 @@ URL: http://www.mono-project.com/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch1: libgdiplus-gcc4.patch
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
BuildRequires: libungif-devel libpng-devel
# We don't actually use the external cairo yet, but this is an easy way
@ -21,6 +23,7 @@ API, it is part of the Mono Project
%prep
%setup -q
%patch1 -p1 -b .gcc4
%build
%configure
@ -47,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.10-3
- Rebuild
- Rebuild, fix gcc4 issue
* Thu Nov 17 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-2
- Build on s390* also

Loading…
Cancel
Save