Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:11.4
digikam
digikam-buildtime.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File digikam-buildtime.patch of Package digikam
Index: libs/3rdparty/cimg/CImg.h =================================================================== --- libs/3rdparty/cimg/CImg.h.orig +++ libs/3rdparty/cimg/CImg.h @@ -5669,7 +5669,7 @@ namespace cimg_library { if (usage) { cimg_std::fprintf(cimg_stdout,"\n %s%s%s",cimg::t_red,cimg::basename(argv[0]),cimg::t_normal); cimg_std::fprintf(cimg_stdout," : %s",usage); - cimg_std::fprintf(cimg_stdout," (%s, %s)\n\n",__DATE__,__TIME__); + cimg_std::fprintf(cimg_stdout,"\n\n"); } if (defaut) cimg_std::fprintf(cimg_stdout,"%s\n",defaut); } @@ -5755,9 +5755,9 @@ namespace cimg_library { **/ inline void info() { char tmp[1024] = { 0 }; - cimg_std::fprintf(cimg_stdout,"\n %sCImg Library %u.%u.%u%s, compiled %s ( %s ) with the following flags :\n\n", + cimg_std::fprintf(cimg_stdout,"\n %sCImg Library %u.%u.%u%s, compiled with the following flags :\n\n", cimg::t_red,cimg_version/100,(cimg_version/10)%10,cimg_version%10, - cimg::t_normal,__DATE__,__TIME__); + cimg::t_normal); cimg_std::fprintf(cimg_stdout," > Operating System : %s%-13s%s %s('cimg_OS'=%d)%s\n", cimg::t_bold,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor