svn commit: r327078 - head/games/gtkradiant/files

Alexey Dokuchaev danfe at FreeBSD.org
Thu Sep 12 15:26:53 UTC 2013


Author: danfe
Date: Thu Sep 12 15:26:52 2013
New Revision: 327078
URL: http://svnweb.freebsd.org/changeset/ports/327078

Log:
  Add a couple of missing #include <stdlib.h>'s to please contemporary Clang.
  
  Reported by:	pkg-fallout

Added:
  head/games/gtkradiant/files/patch-libs__cmdlib__cmdlib.cpp   (contents, props changed)
  head/games/gtkradiant/files/patch-radiant__select.cpp   (contents, props changed)

Added: head/games/gtkradiant/files/patch-libs__cmdlib__cmdlib.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gtkradiant/files/patch-libs__cmdlib__cmdlib.cpp	Thu Sep 12 15:26:52 2013	(r327078)
@@ -0,0 +1,10 @@
+--- libs/cmdlib/cmdlib.cpp.orig
++++ libs/cmdlib/cmdlib.cpp
+@@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth 
+ 
+ #include <string.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ #include "string/string.h"
+ #include "os/path.h"

Added: head/games/gtkradiant/files/patch-radiant__select.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gtkradiant/files/patch-radiant__select.cpp	Thu Sep 12 15:26:52 2013	(r327078)
@@ -0,0 +1,10 @@
+--- radiant/select.cpp.orig
++++ radiant/select.cpp
+@@ -28,6 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth 
+ #include "iundo.h"
+ 
+ #include <vector>
++#include <stdlib.h>
+ 
+ #include "stream/stringstream.h"
+ #include "shaderlib.h"


More information about the svn-ports-all mailing list