Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 18:34:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327175 - head/games/osgg/files
Message-ID:  <201309131834.r8DIYK4a079037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 13 18:34:20 2013
New Revision: 327175
URL: http://svnweb.freebsd.org/changeset/ports/327175

Log:
  Fix build with clang/libc++

Added:
  head/games/osgg/files/
  head/games/osgg/files/patch-main.cpp   (contents, props changed)

Added: head/games/osgg/files/patch-main.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/osgg/files/patch-main.cpp	Fri Sep 13 18:34:20 2013	(r327175)
@@ -0,0 +1,10 @@
+--- main.cpp.orig	2013-09-13 20:24:16.310226753 +0400
++++ main.cpp	2013-09-13 20:24:50.127352703 +0400
+@@ -26,6 +26,7 @@
+ #include <fstream>
+ #include <iostream>
+ #include <sstream>
++#include <unistd.h> // for usleep()
+ 
+ #include <sys/time.h>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131834.r8DIYK4a079037>