Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 18:33:55 +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: r327172 - head/games/sdl-ball/files
Message-ID:  <201309131833.r8DIXtP4078654@svn.freebsd.org>

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

Log:
  Fix build with clang/libc++

Modified:
  head/games/sdl-ball/files/patch-main.cpp

Modified: head/games/sdl-ball/files/patch-main.cpp
==============================================================================
--- head/games/sdl-ball/files/patch-main.cpp	Fri Sep 13 17:50:49 2013	(r327171)
+++ head/games/sdl-ball/files/patch-main.cpp	Fri Sep 13 18:33:54 2013	(r327172)
@@ -1,6 +1,14 @@
---- main.cpp.orig	2009-01-11 19:09:56.000000000 +0300
-+++ main.cpp	2013-05-30 21:59:20.884120034 +0400
-@@ -1420,7 +1420,7 @@
+--- main.cpp.orig	2013-09-13 20:14:07.890226440 +0400
++++ main.cpp	2013-09-13 20:14:24.001226100 +0400
+@@ -31,6 +31,7 @@
+ #include <vector>
+ #include <sys/time.h>
+ #include <sys/stat.h>
++#include <unistd.h> // for usleep()
+ 
+ #include <dirent.h>
+ 
+@@ -1420,7 +1421,7 @@
  //Leaves an trail of the ball
  class tracer {
    private:



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