- Rebuilt against gcc 4.3

epel9
Andreas Thienemann 17 years ago
parent 3be448c8f7
commit 575912d2a8

@ -0,0 +1,12 @@
diff -up GraphicsMagick-1.1.10/Magick++/lib/Geometry.cpp.orig GraphicsMagick-1.1.10/Magick++/lib/Geometry.cpp
--- GraphicsMagick-1.1.10/Magick++/lib/Geometry.cpp.orig 2008-02-11 13:26:47.000000000 +0100
+++ GraphicsMagick-1.1.10/Magick++/lib/Geometry.cpp 2008-02-11 13:29:08.000000000 +0100
@@ -8,7 +8,7 @@
#define MAGICK_IMPLEMENTATION
#include "Magick++/Include.h"
-#include <string>
+#include <cstring>
#include <ctype.h> // for isdigit
using namespace std;

@ -233,6 +233,7 @@ rm -rf %{buildroot}
%changelog
* Mon Feb 11 2008 Andreas Thienemann <andreas@bawue.net> - 1.1.10-2
- Rebuilt against gcc 4.3
- Added patch to include cstring instead of string, fixing gcc4.3 build issue
* Mon Jan 28 2008 Andreas Thienemann <andreas@bawue.net> - 1.1.10-1
- Upgraded to 1.1.10

Loading…
Cancel
Save