summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-30 22:17:46 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-30 22:32:11 +0200
commit00c2a5bf4da9984e07291e1c3fb537c5ce4dc61d (patch)
treeadeaa2c0749e8425516b2f43d99985190ded3cf9 /dev-perl/tkispell/files
parentdev-perl/Type-Tiny-XS: Remove old (diff)
downloadgentoo-00c2a5bf4da9984e07291e1c3fb537c5ce4dc61d.tar.gz
gentoo-00c2a5bf4da9984e07291e1c3fb537c5ce4dc61d.tar.bz2
gentoo-00c2a5bf4da9984e07291e1c3fb537c5ce4dc61d.zip
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>
Diffstat (limited to 'dev-perl/tkispell/files')
-rw-r--r--dev-perl/tkispell/files/tkispell-0.20-nowindows.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch b/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
new file mode 100644
index 000000000000..af05c457c7bb
--- /dev/null
+++ b/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
@@ -0,0 +1,12 @@
+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";