diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2012-08-16 01:27:49 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 23:08:17 -0500 |
commit | 613a0ed457d65970826ad0402b18a79cdd360883 (patch) | |
tree | b67d4918581b46cb7834cf1fb36aab2f135009d7 /academic/extrema/extrema-4.4.5-gcc47.patch | |
parent | 03c564a8a45231452ccce3370a8c8feac59e0c58 (diff) | |
download | slackbuilds-613a0ed457d65970826ad0402b18a79cdd360883.tar.gz |
academic/extrema: Included patch to build against gcc-4.7.x
Signed-off-by: Binh Nguyen <binhnguyen@fastmail.fm>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/extrema/extrema-4.4.5-gcc47.patch')
-rw-r--r-- | academic/extrema/extrema-4.4.5-gcc47.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/extrema/extrema-4.4.5-gcc47.patch b/academic/extrema/extrema-4.4.5-gcc47.patch new file mode 100644 index 0000000000..9059cae2ba --- /dev/null +++ b/academic/extrema/extrema-4.4.5-gcc47.patch @@ -0,0 +1,12 @@ +diff --git a/src/Graphics/GRA_thiessenTriangulation.h b/src/Graphics/GRA_thiessenTriangulation.h +index cbcc050..571943e 100644 +--- a/src/Graphics/GRA_thiessenTriangulation.h ++++ b/src/Graphics/GRA_thiessenTriangulation.h +@@ -19,6 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + #define GRA_THIESSENTRIANGULATION + + #include <vector> ++#include <cstddef> + + class GRA_thiessenTriangulation + { |