about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/perl-modules/TextBibTeX-use-lib.patch
blob: e5490ad6f1180f0ec14cbb89d2fcd94863e7e64f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/Build.PL
+++ b/Build.PL
@@ -88,7 +88,7 @@ if ( $^O =~ /mswin32/i ) {
     }
 }
 else {
-    if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
+    if ( 0 ) {
         $libdir =~ s/\bbin\b/lib64/;
         if ( !-d $libdir ) {
             my $test = $libdir;