Projects
Multimedia
synfig
synfig-no-buildtime.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File synfig-no-buildtime.patch of Package synfig (Revision 9)
Currently displaying revision
9
,
Show latest
--- src/synfig/main.cpp | 2 +- src/tool/optionsprocessor.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) Index: synfig-0.64.1/src/synfig/main.cpp =================================================================== --- synfig-0.64.1.orig/src/synfig/main.cpp +++ synfig-0.64.1/src/synfig/main.cpp @@ -105,7 +105,7 @@ synfig::get_version() const char * synfig::get_build_date() { - return __DATE__; + return "Jan 01 1970"; } bool Index: synfig-0.64.1/src/tool/optionsprocessor.cpp =================================================================== --- synfig-0.64.1.orig/src/tool/optionsprocessor.cpp +++ synfig-0.64.1/src/tool/optionsprocessor.cpp @@ -163,7 +163,6 @@ void OptionsProcessor::process_info_opti #ifdef DEVEL_VERSION cout << endl << DEVEL_VERSION << endl << endl; #endif - cout << "Compiled on " __DATE__ /* " at "__TIME__ */; #ifdef __GNUC__ cout << " with GCC " << __VERSION__; #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.