summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/xindy/files/xindy-2.4-perl5.26.patch')
-rw-r--r--app-text/xindy/files/xindy-2.4-perl5.26.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-text/xindy/files/xindy-2.4-perl5.26.patch b/app-text/xindy/files/xindy-2.4-perl5.26.patch
deleted file mode 100644
index 657b5e94c362..000000000000
--- a/app-text/xindy/files/xindy-2.4-perl5.26.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xindy-2.4/make-rules/inputenc/make-inp-rules.pl
-+++ xindy-2.4/make-rules/inputenc/make-inp-rules.pl
-@@ -8,7 +8,7 @@
-
-
- while (<STDIN>) {
-- if (/\\indexentry{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
-+ if (/\\indexentry\{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
- if (!($1 =~ /inputenc Error/)) {
- $i = hex($2);
- $macro = $1;