summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2025-06-07 13:04:02 +0200
committerØrjan Malde <red@foxi.me>2025-06-07 13:04:02 +0200
commit6929e56bc219633531d97a4169b490a5037ef905 (patch)
treea15759ec91037eae39e58add8bdc7ec566eaa46d
parent47d428bf34015ca909cacef7c6f0ddbb2c283185 (diff)
downloadmidipix_build-6929e56bc219633531d97a4169b490a5037ef905.tar.bz2
midipix_build-6929e56bc219633531d97a4169b490a5037ef905.tar.xz
patches/yasm-1.3.0.local.patch: drop compile time date
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r--patches/yasm-1.3.0.local.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/patches/yasm-1.3.0.local.patch b/patches/yasm-1.3.0.local.patch
new file mode 100644
index 00000000..abde373e
--- /dev/null
+++ b/patches/yasm-1.3.0.local.patch
@@ -0,0 +1,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