aboutsummaryrefslogtreecommitdiff
path: root/astro/pp3
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-17 21:40:01 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-17 21:40:01 +0000
commit9d278681885a6938bad357f97b40bfa471baf801 (patch)
tree4ead4cf763fb1553cb352d0125a1752e01e8fc85 /astro/pp3
parentf0e2e06b5bef3640fcbce3c9c3a49ab61a58cae7 (diff)
downloadports-9d278681885a6938bad357f97b40bfa471baf801.tar.gz
ports-9d278681885a6938bad357f97b40bfa471baf801.zip
astro/pp3: Fix build on gcc (missing head include)
Notes
Notes: svn path=/head/; revision=428805
Diffstat (limited to 'astro/pp3')
-rw-r--r--astro/pp3/files/patch-pp3.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/pp3/files/patch-pp3.cc b/astro/pp3/files/patch-pp3.cc
new file mode 100644
index 000000000000..0b5e5737c70b
--- /dev/null
+++ b/astro/pp3/files/patch-pp3.cc
@@ -0,0 +1,10 @@
+--- pp3.cc.orig 2004-08-14 16:45:08 UTC
++++ pp3.cc
+@@ -15,6 +15,7 @@
+ #include <cstdlib>
+ #include <cmath>
+ #include <cfloat>
++#include <cstring>
+
+ using namespace std;
+