From 64a29f40f65b040cc7b65f2bc8400c9064efa9c0 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 29 Jun 2015 07:31:48 +0000 Subject: [PATCH] Directly include iostream for cerr (newer Boost versions no longer pull it in for us) from upstream --- .../patch-Source_Files_Sound_SoundManager_cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 games/alephone/alephone/patches/patch-Source_Files_Sound_SoundManager_cpp diff --git a/games/alephone/alephone/patches/patch-Source_Files_Sound_SoundManager_cpp b/games/alephone/alephone/patches/patch-Source_Files_Sound_SoundManager_cpp new file mode 100644 index 00000000000..fd188ed2592 --- /dev/null +++ b/games/alephone/alephone/patches/patch-Source_Files_Sound_SoundManager_cpp @@ -0,0 +1,15 @@ +$OpenBSD: patch-Source_Files_Sound_SoundManager_cpp,v 1.1 2015/06/29 07:31:48 jasper Exp $ + +Directly include iostream for cerr (newer Boost versions no longer pull it in for us) +upstream rev 5012 + +--- Source_Files/Sound/SoundManager.cpp.orig Sun Jun 28 22:18:21 2015 ++++ Source_Files/Sound/SoundManager.cpp Sun Jun 28 22:18:55 2015 +@@ -20,6 +20,7 @@ SOUND.C + + */ + ++#include + #include "SoundManager.h" + #include "ReplacementSounds.h" + #include "sound_definitions.h"