svn commit: r327175 - head/games/osgg/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 13 18:34:20 UTC 2013
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>
+
More information about the svn-ports-head
mailing list