- fix ppc64 libdir OBS-URL: https://build.opensuse.org/request/show/122413 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=3
12 lines
372 B
Diff
12 lines
372 B
Diff
--- Build.PL.orig 2012-05-25 11:14:30.837613000 +0200
|
|
+++ Build.PL 2012-05-25 11:14:51.170816000 +0200
|
|
@@ -74,7 +74,7 @@
|
|
unlink catfile($libdir, $target);
|
|
}
|
|
} else {
|
|
- if ($Config{archname} =~ /^x86_64/) {
|
|
+ if ($Config{archname} =~ /^x86_64|ppc64/) {
|
|
$libdir =~ s/\bbin\b/lib64/;
|
|
if (!-d $libdir) {
|
|
my $test = $libdir;
|