mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
extutils_libbuilder: new perl module recipe
This is another build time dependency of Text::BibTeX.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
From e9827c7fd56b1f46940a5dea073c6ca002a59bb6 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= <j.mairboeck@gmail.com>
|
||||
Date: Sat, 4 Jan 2025 19:58:34 +0100
|
||||
Subject: Haiku support in test
|
||||
|
||||
|
||||
diff --git a/t/01-simple.t b/t/01-simple.t
|
||||
index 6b7e7ac..361bfdc 100644
|
||||
--- a/t/01-simple.t
|
||||
+++ b/t/01-simple.t
|
||||
@@ -71,6 +71,10 @@ elsif ($^O =~ /aix/i) {
|
||||
my $oldlibpath = $ENV{LIBPATH} || '/lib:/usr/lib';
|
||||
$ENV{LIBPATH} = ".:$oldlibpath";
|
||||
}
|
||||
+elsif ($^O =~ /haiku/i) {
|
||||
+ my $oldlibpath = $ENV{LIBRARY_PATH} || '/boot/system/lib:/boot/system/lib/x86';
|
||||
+ $ENV{LIBRARY_PATH} = ".:$oldlibpath";
|
||||
+}
|
||||
|
||||
my $P;
|
||||
$P = "./" unless $^O =~ /mswin32/i;
|
||||
--
|
||||
2.45.2
|
||||
|
||||
Reference in New Issue
Block a user