core/pkgs/by-name/pe/perl/perl-modules/TextBibTeX-use-lib.patch

12 lines
287 B
Diff
Raw Normal View History

2024-05-02 00:46:19 +00:00
--- 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;