diff options
Diffstat (limited to 'third_party/yasm/CHROMIUM.diff')
-rw-r--r-- | third_party/yasm/CHROMIUM.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/third_party/yasm/CHROMIUM.diff b/third_party/yasm/CHROMIUM.diff new file mode 100644 index 0000000000..80fd767292 --- /dev/null +++ b/third_party/yasm/CHROMIUM.diff @@ -0,0 +1,20 @@ +--- frontends/tasm/tasm.c ++++ frontends/tasm/tasm.c +@@ -224,7 +224,9 @@ + /* version message */ + /*@observer@*/ static const char *version_msg[] = { + PACKAGE_STRING, +- "Compiled on " __DATE__ ".", + "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.", + "Run yasm --license for licensing overview and summary." + }; +--- frontends/yasm/yasm.c ++++ frontends/yasm/yasm.c +@@ -213,7 +213,9 @@ + /* version message */ + /*@observer@*/ static const char *version_msg[] = { + PACKAGE_STRING, +- "Compiled on " __DATE__ ".", + "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.", + "Run yasm --license for licensing overview and summary." + }; |