summaryrefslogtreecommitdiffhomepage
path: root/patches/st-0.7.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-07 22:47:20 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-07 22:47:20 +0200
commit272beb2850e02041309b96c6e97860ec181016d9 (patch)
tree1626e3f1ee031f49aa8371187f3644284940fa95 /patches/st-0.7.local.patch
parentd5cb9157b8c22f49b36c16a4eb83b4d799ebb418 (diff)
downloadmidipix_build-272beb2850e02041309b96c6e97860ec181016d9.tar.bz2
midipix_build-272beb2850e02041309b96c6e97860ec181016d9.tar.xz
patches/st-0.7.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches/st-0.7.local.patch')
-rw-r--r--patches/st-0.7.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/st-0.7.local.patch b/patches/st-0.7.local.patch
new file mode 100644
index 00000000..0dee46f5
--- /dev/null
+++ b/patches/st-0.7.local.patch
@@ -0,0 +1,12 @@
+diff -ru st-0.7.orig/st.c st-0.7/st.c
+--- st-0.7.orig/st.c 2016-08-11 16:25:58.000000000 +0200
++++ st-0.7/st.c 2017-09-07 21:02:34.090114957 +0200
+@@ -4379,7 +4379,7 @@
+ opt_embed = EARGF(usage());
+ break;
+ case 'v':
+- die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0);
++ die("%s 0.7 (c) 2010-2016 st engineers\n", argv0);
+ break;
+ default:
+ usage();