diff options
Diffstat (limited to 'sci-libs/mathgl/files/mathgl-1.10.1-gcc43.patch')
-rw-r--r-- | sci-libs/mathgl/files/mathgl-1.10.1-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/mathgl/files/mathgl-1.10.1-gcc43.patch b/sci-libs/mathgl/files/mathgl-1.10.1-gcc43.patch new file mode 100644 index 000000000000..7a639bb9a4ab --- /dev/null +++ b/sci-libs/mathgl/files/mathgl-1.10.1-gcc43.patch @@ -0,0 +1,10 @@ +--- utils/mgl2gif.cpp.ORIG 2009-03-04 14:22:12.000000000 +0100 ++++ utils/mgl2gif.cpp 2009-04-22 10:15:02.000000000 +0200 +@@ -19,6 +19,7 @@ + ***************************************************************************/ + #include <stdio.h> + #include <string.h> ++#include <cstdlib> + #include <locale.h> + #include <wchar.h> + #include "mgl/mgl_zb.h" |