aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-12-18 05:40:01 +0800
committermarino <marino@FreeBSD.org>2016-12-18 05:40:01 +0800
commitc4c0cc72ea58014508eae95658982749903e6fd5 (patch)
tree4ead4cf763fb1553cb352d0125a1752e01e8fc85 /astro
parent9f0fb3342fb95fa6c15daa9ed8445f2dbe8a54ce (diff)
downloadfreebsd-ports-gnome-c4c0cc72ea58014508eae95658982749903e6fd5.tar.gz
freebsd-ports-gnome-c4c0cc72ea58014508eae95658982749903e6fd5.tar.zst
freebsd-ports-gnome-c4c0cc72ea58014508eae95658982749903e6fd5.zip
astro/pp3: Fix build on gcc (missing head include)
Diffstat (limited to 'astro')
-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;
+