diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-01-04 09:01:30 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-01-04 09:01:30 -0600 |
commit | bb003be053549a786f2423204b89b841934c78a0 (patch) | |
tree | f37dfaae5fe6e76075635b37c5d0b3e8184438c9 /pcr/perl-text-bibtex/perl-text-bibtex.patch | |
parent | 4add81d3d63136b78af4edae76ae58b287061d05 (diff) | |
parent | 23f4bbec721593a07a1cf51aec10d2ea9526e86a (diff) | |
download | abslibre-bb003be053549a786f2423204b89b841934c78a0.tar.gz abslibre-bb003be053549a786f2423204b89b841934c78a0.tar.bz2 abslibre-bb003be053549a786f2423204b89b841934c78a0.zip |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
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; |