diff options
Diffstat (limited to 'pcr/perl-text-bibtex/perl-text-bibtex.patch')
-rw-r--r-- | pcr/perl-text-bibtex/perl-text-bibtex.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/perl-text-bibtex/perl-text-bibtex.patch b/pcr/perl-text-bibtex/perl-text-bibtex.patch index 8e9c6a741..71bbac912 100644 --- a/pcr/perl-text-bibtex/perl-text-bibtex.patch +++ b/pcr/perl-text-bibtex/perl-text-bibtex.patch @@ -1,6 +1,7 @@ ---- Build.PL 2014-09-01 21:12:14.000000000 +0100 -+++ Build.PL.new 2015-01-31 16:34:51.567227766 +0000 -@@ -58,38 +58,7 @@ my $builder = MyBuilder->new +diff -Nur Text-BibTeX-0.71.orig/Build.PL Text-BibTeX-0.71/Build.PL +--- Text-BibTeX-0.71.orig/Build.PL 2015-05-28 11:50:47.000000000 -0300 ++++ Text-BibTeX-0.71/Build.PL 2016-01-03 18:17:49.479188491 -0300 +@@ -61,38 +61,7 @@ ], ); @@ -25,7 +26,7 @@ - unlink catfile($libdir, $target); - } -} else { -- if ($Config{archname} =~ /^x86_64/) { +- if ($Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64/) { - $libdir =~ s/\bbin\b/lib64/; - if (!-d $libdir) { - my $test = $libdir; |