File remove_build_timestamp.patch of Package fluxbox
--- src/cli_info.cc.orig 2015-06-23 14:45:24.421949673 +0300
+++ src/cli_info.cc 2015-06-23 14:46:00.674948765 +0300
@@ -50,13 +50,6 @@
ostr << _FB_CONSOLETEXT(Common, SvnRevision, "GIT Revision", "Revision number in GIT repositary")
<< ": "
<< gitrevision() << endl;
-#if defined(__DATE__) && defined(__TIME__)
- ostr << _FB_CONSOLETEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")
- << ": "
- << __DATE__
- << " "
- << __TIME__ << endl;
-#endif
#ifdef __fluxbox_compiler
ostr << _FB_CONSOLETEXT(Common, Compiler, "Compiler", "Compiler used to build fluxbox")
<< ": "