From ad9bc325a939f6b6d2a144fd18080664a90d740d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 9 Jan 2006 09:42:04 +0000 Subject: [PATCH] Fix for gcc4 --- libgdiplus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libgdiplus.spec b/libgdiplus.spec index 21346ae..a473045 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -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 - 1.1.10-3 -- Rebuild +- Rebuild, fix gcc4 issue * Thu Nov 17 2005 Alexander Larsson 1.1.10-2 - Build on s390* also