ports/graphics/sane-backends/files/patch-tools_sane-desc.c
Tobias Kortkamp 62be8c10b8 graphics/sane-backends: Make reproducible
- Don't add a timestamp at build time to the docs
- While here add missing USES=jpeg

PR:		223620
Submitted by:	Michael Kotlyar <mdk369@nyu.edu>
2018-03-12 09:44:33 +00:00

13 lines
580 B
C

--- tools/sane-desc.c.orig 2015-09-01 00:31:54 UTC
+++ tools/sane-desc.c
@@ -2816,8 +2816,8 @@ html_print_footer (void)
"<address>\n"
"<a href=\"http://www.sane-project.org/imprint.html\"\n"
">Contact</a>\n" "</address>\n" "<font size=-1>\n");
- printf ("This page was last updated on %s by sane-desc %s from %s\n",
- asctime (localtime (&current_time)), SANE_DESC_VERSION, PACKAGE_STRING);
+ printf ("This page was last updated by sane-desc %s from %s\n",
+ SANE_DESC_VERSION, PACKAGE_STRING);
printf ("</font>\n");
printf ("</body> </html>\n");
}