From d9fad62b3654e7aed46dc3480f4af00aaee7c93c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 28 Oct 2018 13:44:02 +0000 Subject: [PATCH] Fix build with GCC-based architectures. PR: 231939 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- math/spot/files/patch-spot_misc_tmpfile.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 math/spot/files/patch-spot_misc_tmpfile.cc diff --git a/math/spot/files/patch-spot_misc_tmpfile.cc b/math/spot/files/patch-spot_misc_tmpfile.cc new file mode 100644 index 000000000000..f3705f682eeb --- /dev/null +++ b/math/spot/files/patch-spot_misc_tmpfile.cc @@ -0,0 +1,10 @@ +--- spot/misc/tmpfile.cc.orig 2018-10-04 12:40:02 UTC ++++ spot/misc/tmpfile.cc +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + namespace spot + {