diff options
Diffstat (limited to 'sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch')
-rw-r--r-- | sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch b/sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch deleted file mode 100644 index 45a80429264b..000000000000 --- a/sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix building with gcc-4.6 - -https://bugs.gentoo.org/show_bug.cgi?id=363467 - -Patch written by Kacper Kowalik <xarthisius@gentoo.org> ---- a/src/Graphics/GRA_thiessenTriangulation.h -+++ b/src/Graphics/GRA_thiessenTriangulation.h -@@ -19,6 +19,7 @@ - #define GRA_THIESSENTRIANGULATION - - #include <vector> -+#include <cstddef> - - class GRA_thiessenTriangulation - { |