summaryrefslogtreecommitdiffhomepage
path: root/patches/yasm-1.3.0.local.patch
blob: abde373e95f699fba151bcb568de714b1f45bfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff -ru yasm-1.3.0.orig/frontends/tasm/tasm.c yasm-1.3.0/frontends/tasm/tasm.c
--- yasm-1.3.0.orig/frontends/tasm/tasm.c	2014-08-11 06:39:21.000000000 +0200
+++ yasm-1.3.0/frontends/tasm/tasm.c	2025-06-07 13:02:26.323354713 +0200
@@ -228,7 +228,6 @@
 /* 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."
 };
diff -ru yasm-1.3.0.orig/frontends/vsyasm/vsyasm.c yasm-1.3.0/frontends/vsyasm/vsyasm.c
--- yasm-1.3.0.orig/frontends/vsyasm/vsyasm.c	2014-08-11 06:39:21.000000000 +0200
+++ yasm-1.3.0/frontends/vsyasm/vsyasm.c	2025-06-07 13:02:11.001602012 +0200
@@ -220,7 +220,6 @@
 /* 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."
 };
diff -ru yasm-1.3.0.orig/frontends/yasm/yasm.c yasm-1.3.0/frontends/yasm/yasm.c
--- yasm-1.3.0.orig/frontends/yasm/yasm.c	2014-08-11 06:39:21.000000000 +0200
+++ yasm-1.3.0/frontends/yasm/yasm.c	2025-06-07 13:01:52.726115524 +0200
@@ -217,7 +217,6 @@
 /* version message */
 /*@observer@*/ static const char *version_msg[] = {
     PACKAGE_STRING,
-    "Compiled on " __DATE__ ".",
     "Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
     "Run yasm --license for licensing overview and summary."
 };
Only in yasm-1.3.0.orig/: yasm-1.3.0