svn commit: r428805 - head/astro/pp3/files

John Marino marino at FreeBSD.org
Sat Dec 17 21:40:02 UTC 2016


Author: marino
Date: Sat Dec 17 21:40:01 2016
New Revision: 428805
URL: https://svnweb.freebsd.org/changeset/ports/428805

Log:
  astro/pp3: Fix build on gcc (missing head include)

Added:
  head/astro/pp3/files/
  head/astro/pp3/files/patch-pp3.cc   (contents, props changed)

Added: head/astro/pp3/files/patch-pp3.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/pp3/files/patch-pp3.cc	Sat Dec 17 21:40:01 2016	(r428805)
@@ -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;
+ 


More information about the svn-ports-all mailing list