svn commit: r327177 - head/games/simutrans/files

Tijl Coosemans tijl at FreeBSD.org
Fri Sep 13 19:02:30 UTC 2013


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;


More information about the svn-ports-all mailing list