Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 18:42:07 +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: r397381 - head/games/ppracer/files
Message-ID:  <201509201842.t8KIg7Jf035531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Sep 20 18:42:06 2015
New Revision: 397381
URL: https://svnweb.freebsd.org/changeset/ports/397381

Log:
  Add <cstring> and/or <cstdlib> to support modern gcc
  
  (This was support to be with 6 other ports but I forgot to "svn add"
  the patch)
  
  Approved by:	gcc5 support blanket

Added:
  head/games/ppracer/files/patch-src_ppogl_base_os.cpp   (contents, props changed)

Added: head/games/ppracer/files/patch-src_ppogl_base_os.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/ppracer/files/patch-src_ppogl_base_os.cpp	Sun Sep 20 18:42:06 2015	(r397381)
@@ -0,0 +1,10 @@
+--- src/ppogl/base/os.cpp.orig	2015-09-19 23:30:52 UTC
++++ src/ppogl/base/os.cpp
+@@ -32,6 +32,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <iostream>
++#include <cstring>
+ 
+ #define MAX_BUFFER_SIZE 512
+ 



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