yasm/yasm-no-build-date.patch

25 lines
1.1 KiB
Diff
Raw Normal View History

Index: frontends/tasm/tasm.c
===================================================================
--- frontends/tasm/tasm.c.orig 2009-04-10 02:06:54.000000000 -0400
+++ frontends/tasm/tasm.c 2010-08-30 15:50:10.471990965 -0400
@@ -225,7 +225,6 @@ static opt_option options[] =
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
- "Compiled on " __DATE__ ".",
"Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};
Index: frontends/yasm/yasm.c
===================================================================
--- frontends/yasm/yasm.c.orig 2009-04-10 02:06:55.000000000 -0400
+++ frontends/yasm/yasm.c 2010-08-30 15:49:51.865829058 -0400
@@ -214,7 +214,6 @@ static opt_option options[] =
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
- "Compiled on " __DATE__ ".",
"Copyright (c) 2001-2008 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};