summaryrefslogtreecommitdiff
path: root/pcr/perl-text-bibtex/perl-text-bibtex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/perl-text-bibtex/perl-text-bibtex.patch')
-rw-r--r--pcr/perl-text-bibtex/perl-text-bibtex.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/pcr/perl-text-bibtex/perl-text-bibtex.patch b/pcr/perl-text-bibtex/perl-text-bibtex.patch
deleted file mode 100644
index 71bbac912..000000000
--- a/pcr/perl-text-bibtex/perl-text-bibtex.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Nur Text-BibTeX-0.71.orig/Build.PL Text-BibTeX-0.71/Build.PL
---- Text-BibTeX-0.71.orig/Build.PL 2015-05-28 11:50:47.000000000 -0300
-+++ Text-BibTeX-0.71/Build.PL 2016-01-03 18:17:49.479188491 -0300
-@@ -61,38 +61,7 @@
- ],
- );
-
--## HACK HACK HACK HACK
--my $libdir = $builder->install_destination("bin");
--if ($^O =~ /mswin32/i) {
-- $libdir = undef;
-- # Find a place where we can write.
-- my @folders = split /;/, $ENV{PATH};
-- my $installed = 0;
-- my $target = "text-bibtex.$$";
-- while(@folders && !$installed) {
-- $libdir = shift @folders;
--
-- copy("MANIFEST", catfile($libdir,$target));
-- $installed = 1 if -f catfile($libdir, $target);
-- }
-- if (!$installed) {
-- warn("Wasn't able to find a suitable place for libbtparse.dll!");
-- } else {
-- print STDERR "libbtparse.dll will be installed in $libdir\n";
-- unlink catfile($libdir, $target);
-- }
--} else {
-- if ($Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64/) {
-- $libdir =~ s/\bbin\b/lib64/;
-- if (!-d $libdir) {
-- my $test = $libdir;
-- $test =~ s/lib64/lib/;
-- $libdir = $test if -d $test;
-- }
-- } else {
-- $libdir =~ s/\bbin\b/lib/;
-- }
--}
-+my $libdir = '/usr/lib';
- $builder->notes('btparse_version' => $version);
- $builder->notes('lib_path' => $libdir);
- $builder->add_build_element('usrlib');