summaryrefslogtreecommitdiff
path: root/community/extrema/gcc46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/extrema/gcc46.patch')
-rw-r--r--community/extrema/gcc46.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/extrema/gcc46.patch b/community/extrema/gcc46.patch
deleted file mode 100644
index 45a804292..000000000
--- a/community/extrema/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
- {