From 060f13519fecefd6f1fed3ae1ad5f4c7b6e153cd Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 11 Mar 2011 17:31:00 +0100 Subject: rlvm: Updated to 0.11 with patch for Boost 1.46. --- rlvm/build.patch | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 rlvm/build.patch (limited to 'rlvm/build.patch') diff --git a/rlvm/build.patch b/rlvm/build.patch new file mode 100644 index 0000000..9400d55 --- /dev/null +++ b/rlvm/build.patch @@ -0,0 +1,38 @@ +diff --git a/SConstruct b/SConstruct +index fe7e078..0ede14f 100644 +--- a/SConstruct ++++ b/SConstruct +@@ -20,14 +20,14 @@ env = Environment( + tools = ["default", "rlvm"], + + LIBS = [ +- "boost_program_options-mt", +- "boost_serialization-mt", +- "boost_iostreams-mt", +- "boost_filesystem-mt", +- "boost_date_time-mt", +- "boost_signals-mt", +- "boost_thread-mt", +- "boost_system-mt", ++ "boost_program_options", ++ "boost_serialization", ++ "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" -- cgit v1.2.3