svn commit: r397381 - head/games/ppracer/files

John Marino marino at FreeBSD.org
Sun Sep 20 18:42:07 UTC 2015


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
+ 


More information about the svn-ports-head mailing list