Index: head/games/construo/files/patch-src_command__line.cpp =================================================================== --- head/games/construo/files/patch-src_command__line.cpp (nonexistent) +++ head/games/construo/files/patch-src_command__line.cpp (revision 473038) @@ -0,0 +1,20 @@ +--- src/command_line.cpp.orig 2015-03-24 17:13:41 UTC ++++ src/command_line.cpp +@@ -118,7 +118,7 @@ CommandLine::parse (int argc, char** arg + void + CommandLine::print_help () + { +- std::cout << "Construo "VERSION"\n\n" ++ std::cout << "Construo " VERSION "\n\n" + << "Usage: construo [OPTIONS] [FILENAME]\n\n" + << " -h, --help display this help text\n" + << " -v,--version Print version number of the programm\n" +@@ -135,7 +135,7 @@ CommandLine::print_help () + void + CommandLine::print_version () + { +- std::cout << "Construo "VERSION"\n" ++ std::cout << "Construo " VERSION "\n" + << "Written by Ingo Ruhnke \n\n" + << "Copyright (C) 2002 Ingo Ruhnke \n" + << "This is free software; see the source for copying conditions. There is NO\n" Property changes on: head/games/construo/files/patch-src_command__line.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/construo/files/patch-src_construo.hpp =================================================================== --- head/games/construo/files/patch-src_construo.hpp (nonexistent) +++ head/games/construo/files/patch-src_construo.hpp (revision 473038) @@ -0,0 +1,11 @@ +--- src/construo.hpp.orig 2015-03-24 17:13:41 UTC ++++ src/construo.hpp +@@ -19,7 +19,7 @@ + + #include + +-#define CONSTRUO_DATADIR DATADIR"/games/"PACKAGE ++#define CONSTRUO_DATADIR DATADIR "/games/" PACKAGE + + class SystemContext; + class InputContext; Property changes on: head/games/construo/files/patch-src_construo.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/construo/files/patch-src_world__gui_manager.cpp =================================================================== --- head/games/construo/files/patch-src_world__gui_manager.cpp (nonexistent) +++ head/games/construo/files/patch-src_world__gui_manager.cpp (revision 473038) @@ -0,0 +1,11 @@ +--- src/world_gui_manager.cpp.orig 2015-03-24 17:13:41 UTC ++++ src/world_gui_manager.cpp +@@ -273,7 +273,7 @@ WorldGUIManager::draw_overlay () + graphic_context->draw_string (410, bottom_line, "Zoom: "); + graphic_context->draw_string (480, bottom_line, to_string(WorldViewComponent::instance()->get_zoom())); + +- graphic_context->draw_string (610, bottom_line, "..:: Construo V"VERSION" ::.."); ++ graphic_context->draw_string (610, bottom_line, "..:: Construo V" VERSION " ::.."); + //graphic_context->draw_string (680, bottom_line, to_string(WorldViewComponent::instance()->get_zoom())); + } + Property changes on: head/games/construo/files/patch-src_world__gui_manager.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property