Date: Thu, 12 Sep 2013 15:26:53 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327078 - head/games/gtkradiant/files Message-ID: <201309121526.r8CFQrZ0008381@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309121526.r8CFQrZ0008381>