Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
lynx.4155
lynx-no-build-date.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lynx-no-build-date.patch of Package lynx.4155
Index: src/LYMain.c =================================================================== --- src/LYMain.c.orig +++ src/LYMain.c @@ -3167,40 +3167,6 @@ static int version_fun(char *next_arg GC printf("%s\n", result); free(result); - -#ifndef __DATE__ -#define __DATE__ "" -#endif -#ifndef __TIME__ -#define __TIME__ "" -#endif - -/* - * SYSTEM_NAME is set by the configure script. Show build date/time for other - * systems, according to predefined compiler symbols. - */ -#ifdef SYSTEM_NAME - printf(gettext("Built on %s %s %s\n"), SYSTEM_NAME, __DATE__, __TIME__); -#else -#ifdef __CYGWIN__ - printf("Compiled by CYGWIN (%s %s).\n", __DATE__, __TIME__); -#else -#ifdef __BORLANDC__ - printf("Compiled by Borland C++ (%s %s).\n", __DATE__, __TIME__); -#else -#ifdef _MSC_VER - printf("Compiled by Microsoft Visual C++ (%s %s).\n", __DATE__, __TIME__); -#else -#ifdef __DJGPP__ - printf("Compiled by DJGPP (%s %s).\n", __DATE__, __TIME__); -#else - printf("Compiled at (%s %s).\n", __DATE__, __TIME__); -#endif /* __DJGPP__ */ -#endif /* _MSC_VER */ -#endif /* __BORLANDC__ */ -#endif /* __CYGWIN__ */ -#endif - puts(""); puts(gettext("Copyrights held by the Lynx Developers Group,")); puts(gettext("the University of Kansas, CERN, and other contributors."));
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