summaryrefslogtreecommitdiff
path: root/rlvm/build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rlvm/build.patch')
-rw-r--r--rlvm/build.patch21
1 files changed, 3 insertions, 18 deletions
diff --git a/rlvm/build.patch b/rlvm/build.patch
index 9400d55..e26ead4 100644
--- a/rlvm/build.patch
+++ b/rlvm/build.patch
@@ -1,8 +1,6 @@
-diff --git a/SConstruct b/SConstruct
-index fe7e078..0ede14f 100644
---- a/SConstruct
-+++ b/SConstruct
-@@ -20,14 +20,14 @@ env = Environment(
+--- SConstruct 2011-05-15 21:44:42.000000000 +0200
++++ SConstruct.fixed 2011-05-16 22:23:31.000000000 +0200
+@@ -20,13 +20,13 @@
tools = ["default", "rlvm"],
LIBS = [
@@ -11,7 +9,6 @@ index fe7e078..0ede14f 100644
- "boost_iostreams-mt",
- "boost_filesystem-mt",
- "boost_date_time-mt",
-- "boost_signals-mt",
- "boost_thread-mt",
- "boost_system-mt",
+ "boost_program_options",
@@ -19,20 +16,8 @@ index fe7e078..0ede14f 100644
+ "boost_iostreams",
+ "boost_filesystem",
+ "boost_date_time",
-+ "boost_signals",
+ "boost_thread",
+ "boost_system",
"z"
],
-@@ -46,6 +46,10 @@ env = Environment(
- CPPDEFINES = [
- "HAVE_CONFIG_H",
-
-+ # boost made a large non-backwards compatible change to their filesystem
-+ # library. Specify version 2 explicitly.
-+ ["BOOST_FILESYSTEM_VERSION", 2],
-+
- # This prevents conflicts between SDL and GLEW. I shouldn't have to do
- # this, but the SDL_opengl.h and glew.h differ in const correctness...
- "NO_SDL_GLEXT"