gentoo/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
Andreas K. Hüttel 00c2a5bf4d
dev-perl/tkispell: Version bump 0.20
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-09-30 22:32:11 +02:00

13 lines
710 B
Diff

diff -ruN App-tkispell-0.20.orig/Makefile.PL App-tkispell-0.20/Makefile.PL
--- App-tkispell-0.20.orig/Makefile.PL 2020-10-13 18:20:04.000000000 +0200
+++ App-tkispell-0.20/Makefile.PL 2021-09-30 22:15:54.013859210 +0200
@@ -27,7 +27,7 @@
# The first match is for Solaris which. The second is for
# Linux which. The 3rd one for Windows.
-if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0 || $ispell_bin !~ m/(?:i|a)spell.exe$/) ) {
+if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0) ) {
print "Could not find locate ispell or aspell.\n";
print "Make sure that the program is installed in a directory\n";
print "named in the PATH environment variable.\n";