aboutsummaryrefslogtreecommitdiffstats
path: root/main/mosh/fix-makefile.am.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/mosh/fix-makefile.am.patch')
-rw-r--r--main/mosh/fix-makefile.am.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/mosh/fix-makefile.am.patch b/main/mosh/fix-makefile.am.patch
new file mode 100644
index 00000000000..beb3bf1bce2
--- /dev/null
+++ b/main/mosh/fix-makefile.am.patch
@@ -0,0 +1,10 @@
+--- a/scripts/Makefile.am 2022-10-27 01:18:11.000000000 +0000
++++ b/scripts/Makefile.am 2022-10-28 20:22:44.569619128 +0000
+@@ -5,6 +5,6 @@
+ CLEANFILES = $(bin_SCRIPTS)
+
+ mosh: mosh.pl ../VERSION Makefile
+- perl -Mdiagnostics -c $(srcdir)/mosh.pl
++ perl -c $(srcdir)/mosh.pl
+ @sed -e "s/\@VERSION\@/`cat ../VERSION`/" -e "s/\@PACKAGE_STRING\@/@PACKAGE_STRING@/" $(srcdir)/mosh.pl > mosh
+ @chmod a+x mosh