repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
perl-modules
/
TextBibTeX-use-lib.patch
blob
e5490ad6f1180f0ec14cbb89d2fcd94863e7e64f
1
--- a/Build.PL
2
+++ b/Build.PL
3
@@ -88,7 +88,7 @@ if ( $^O =~ /mswin32/i ) {
4
}
5
}
6
else {
7
- if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
8
+ if ( 0 ) {
9
$libdir =~ s/\bbin\b/lib64/;
10
if ( !-d $libdir ) {
11
my $test = $libdir;