summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-06-13 23:30:54 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-06-13 23:30:54 +0000
commit3529a2c9801ccb521cb06ee4747b7ec7510d3f98 (patch)
treeea80759550365d5e821b6bfa5106c9e891c448ae /games-strategy/galaxyhack/files
parentVersion bump #181912 by Raul Porcel and move LESSOPEN to our env.d from basel... (diff)
downloadgentoo-2-3529a2c9801ccb521cb06ee4747b7ec7510d3f98.tar.gz
gentoo-2-3529a2c9801ccb521cb06ee4747b7ec7510d3f98.tar.bz2
gentoo-2-3529a2c9801ccb521cb06ee4747b7ec7510d3f98.zip
Fix compilation with new dev-libs/boost versions
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-strategy/galaxyhack/files')
-rw-r--r--games-strategy/galaxyhack/files/galaxyhack-1.69-boost.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.69-boost.patch b/games-strategy/galaxyhack/files/galaxyhack-1.69-boost.patch
new file mode 100644
index 000000000000..c7fd49135dee
--- /dev/null
+++ b/games-strategy/galaxyhack/files/galaxyhack-1.69-boost.patch
@@ -0,0 +1,11 @@
+--- src/SetupBattle.cpp
++++ src/SetupBattle.cpp
+@@ -18,7 +18,7 @@
+ #include "PreBattle.h"
+
+ #include <sstream>
+-#include <boost/filesystem/exception.hpp>
++#include <boost/filesystem.hpp>
+
+ using std::stringstream;
+ using std::getline;