]> git.pld-linux.org Git - packages/perl-Text-BibTeX.git/blob - perl-Text-BibTeX-libdir.patch
perl 5.38.0 rebuild
[packages/perl-Text-BibTeX.git] / perl-Text-BibTeX-libdir.patch
1 --- Text-BibTeX-0.88/Build.PL.orig      2019-04-29 17:02:41.000000000 +0200
2 +++ Text-BibTeX-0.88/Build.PL   2019-06-02 11:10:32.060438085 +0200
3 @@ -88,7 +88,10 @@
4      }
5  }
6  else {
7 -    if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
8 +    if (exists $ENV{LIBDIR}) {
9 +        $libdir = $ENV{LIBDIR}
10 +    }
11 +    elsif ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
12          $libdir =~ s/\bbin\b/lib64/;
13          if ( !-d $libdir ) {
14              my $test = $libdir;
This page took 0.078684 seconds and 3 git commands to generate.