libcaca/caca-no-build-date.patch

22 lines
850 B
Diff

Index: src/img2txt.c
===================================================================
--- src/img2txt.c.orig 2011-01-29 13:45:16.663763404 +0200
+++ src/img2txt.c 2011-01-29 13:45:34.053759487 +0200
@@ -79,14 +79,14 @@ static void version(void)
{
printf(
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n"
- "Internet: <sam@hocevar.net> <jylam@lnxscene.org> Version: %s, date: %s\n"
+ "Internet: <sam@hocevar.net> <jylam@lnxscene.org> Version: %s\n"
"\n"
"img2txt, along with its documentation, may be freely copied and distributed.\n"
"\n"
"The latest version of img2txt is available from the web site,\n"
" http://caca.zoy.org/wiki/libcaca in the libcaca package.\n"
"\n",
- caca_get_version(), __DATE__);
+ caca_get_version());
}
int main(int argc, char **argv)
{