Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 21:40:01 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428805 - head/astro/pp3/files
Message-ID:  <201612172140.uBHLe1g9094291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612172140.uBHLe1g9094291>