diff --git a/GraphicsMagick-1.1.10-gcc43.patch b/GraphicsMagick-1.1.10-gcc43.patch new file mode 100644 index 0000000..798c4c8 --- /dev/null +++ b/GraphicsMagick-1.1.10-gcc43.patch @@ -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 ++#include + #include // for isdigit + + using namespace std; diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index c18e575..be247f7 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -233,6 +233,7 @@ rm -rf %{buildroot} %changelog * Mon Feb 11 2008 Andreas Thienemann - 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 - 1.1.10-1 - Upgraded to 1.1.10