diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-14 09:13:54 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-14 09:13:54 +0800 |
commit | 71ff81b81a39e24e0453dc8dc7a679bc7ba2f06d (patch) | |
tree | 2977962aa4f3c6755c73851aeae2bad99ccca4c8 /games/amoebax | |
parent | 0741358ac93f90a136163677ab6c91f255eb941d (diff) | |
download | freebsd-ports-gnome-71ff81b81a39e24e0453dc8dc7a679bc7ba2f06d.tar.gz freebsd-ports-gnome-71ff81b81a39e24e0453dc8dc7a679bc7ba2f06d.tar.zst freebsd-ports-gnome-71ff81b81a39e24e0453dc8dc7a679bc7ba2f06d.zip |
Fix build with clang/libc++
Diffstat (limited to 'games/amoebax')
-rw-r--r-- | games/amoebax/files/patch-src-Music.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/amoebax/files/patch-src-Music.cxx b/games/amoebax/files/patch-src-Music.cxx new file mode 100644 index 000000000000..02c62e6d7229 --- /dev/null +++ b/games/amoebax/files/patch-src-Music.cxx @@ -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" + |