Date: Sat, 14 Sep 2013 01:13:54 +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: r327194 - head/games/amoebax/files Message-ID: <201309140113.r8E1Dsh4016005@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Sep 14 01:13:54 2013 New Revision: 327194 URL: http://svnweb.freebsd.org/changeset/ports/327194 Log: Fix build with clang/libc++ Added: head/games/amoebax/files/ head/games/amoebax/files/patch-src-Music.cxx (contents, props changed) Added: head/games/amoebax/files/patch-src-Music.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/amoebax/files/patch-src-Music.cxx Sat Sep 14 01:13:54 2013 (r327194) @@ -0,0 +1,10 @@ +--- src/Music.cxx.orig 2007-05-27 19:04:33.000000000 +0400 ++++ src/Music.cxx 2013-09-13 22:00:04.632230761 +0400 +@@ -22,6 +22,7 @@ + #include <assert.h> + #include <SDL_mixer.h> + #include <stdexcept> ++#include <string> + #include "Music.h" + #include "System.h" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140113.r8E1Dsh4016005>