Date: Fri, 13 Sep 2013 19:02:30 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327177 - head/games/simutrans/files Message-ID: <201309131902.r8DJ2Uul095862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Sep 13 19:02:30 2013 New Revision: 327177 URL: http://svnweb.freebsd.org/changeset/ports/327177 Log: Include time.h to fix build with libc++. Added: head/games/simutrans/files/patch-gui-loadsave_frame.h (contents, props changed) Added: head/games/simutrans/files/patch-gui-loadsave_frame.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/simutrans/files/patch-gui-loadsave_frame.h Fri Sep 13 19:02:30 2013 (r327177) @@ -0,0 +1,10 @@ +--- gui/loadsave_frame.h.orig ++++ gui/loadsave_frame.h +@@ -11,6 +11,7 @@ + + #include "savegame_frame.h" + #include "../tpl/stringhashtable_tpl.h" ++#include <time.h> + #include <string> + + class karte_t;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131902.r8DJ2Uul095862>