svn commit: r327194 - head/games/amoebax/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 14 01:13:55 UTC 2013


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"
+ 


More information about the svn-ports-all mailing list