summaryrefslogtreecommitdiff
path: root/graphics/extrema/patches
diff options
context:
space:
mode:
authordholland <dholland>2012-06-24 01:49:14 +0000
committerdholland <dholland>2012-06-24 01:49:14 +0000
commit176472cbb35e39aa80bc3e4433da97ed25f7eb8e (patch)
tree9c2356c123c42a0ea092aad2bd98f7612bccf076 /graphics/extrema/patches
parentd04ce5ee06d5acff565bd7711e2644c20ed76fad (diff)
downloadpkgsrc-176472cbb35e39aa80bc3e4433da97ed25f7eb8e.tar.gz
Add missing <cstddef> to get size_t defined; should fix Solaris build.
Diffstat (limited to 'graphics/extrema/patches')
-rw-r--r--graphics/extrema/patches/patch-src_Graphics_GRA__thiessenTriangulation_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/extrema/patches/patch-src_Graphics_GRA__thiessenTriangulation_h b/graphics/extrema/patches/patch-src_Graphics_GRA__thiessenTriangulation_h
new file mode 100644
index 00000000000..20faafe9678
--- /dev/null
+++ b/graphics/extrema/patches/patch-src_Graphics_GRA__thiessenTriangulation_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_Graphics_GRA__thiessenTriangulation_h,v 1.1 2012/06/24 01:49:14 dholland Exp $
+
+- this file uses size_t without including a definition of it, leading
+to build failure on Solaris.
+
+--- src/Graphics/GRA_thiessenTriangulation.h~ 2009-11-05 21:03:01.000000000 +0000
++++ src/Graphics/GRA_thiessenTriangulation.h
+@@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fi
+ #ifndef GRA_THIESSENTRIANGULATION
+ #define GRA_THIESSENTRIANGULATION
+
++#include <cstddef>
+ #include <vector>
+
+ class GRA_thiessenTriangulation