diff options
author | Ørjan Malde <red@foxi.me> | 2022-10-30 18:35:51 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2022-10-30 18:35:51 +0100 |
commit | aff0081f35951e8e09614c67fbccd8f81f5e6b36 (patch) | |
tree | cd52c6245b123a8e6803441e79f1027b2cd299d4 | |
parent | 21eddd3746cc552459e12cf007bbce880ef2c025 (diff) | |
download | midipix_build-aff0081f35951e8e09614c67fbccd8f81f5e6b36.tar.bz2 midipix_build-aff0081f35951e8e09614c67fbccd8f81f5e6b36.tar.xz |
patches/perl/yes-we-can-hack.patch: new patch.
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r-- | patches/perl/yes-we-can-hack.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/perl/yes-we-can-hack.patch b/patches/perl/yes-we-can-hack.patch new file mode 100644 index 00000000..ce0616c8 --- /dev/null +++ b/patches/perl/yes-we-can-hack.patch @@ -0,0 +1,12 @@ +diff -ru perl-5.36.0.orig/doio.c perl-5.36.0/doio.c +--- perl-5.36.0.orig/doio.c 2022-05-20 02:01:22.000000000 +0200 ++++ perl-5.36.0/doio.c 2022-10-30 18:20:57.721541670 +0100 +@@ -2892,6 +2892,8 @@ + PERL_ARGS_ASSERT_CANDO; + PERL_UNUSED_CONTEXT; + ++ return TRUE; ++ + #ifdef DOSISH + /* [Comments and code from Len Reed] + * MS-DOS "user" is similar to UNIX's "superuser," but can't write |