mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
The original patch function is replaced with a patchset. Instead, patch a hardcoded include path via the patch function. TODO: additional_cflags in ConfigData are still wrong (they use the wrong include paths). They should be fixed or removed if not needed. TODO: determine if the 'build_*' entries in ConfigData are needed. If not, this could maybe be changed to an 'any' arch package. (By default, this calls the `sdl-config` script from SDL anyway, so it depends on the environment whether secondaryArch will be used or not.)
22 lines
623 B
Plaintext
22 lines
623 B
Plaintext
From 8b27091e1529167f00d6f3499b4326d57c3800ac Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= <j.mairboeck@gmail.com>
|
|
Date: Sun, 17 Sep 2023 09:53:31 +0200
|
|
Subject: remove GetOptions call which breaks the build
|
|
|
|
|
|
diff --git a/Build.PL b/Build.PL
|
|
index cb9a..d3d5 100644
|
|
--- a/Build.PL
|
|
+++ b/Build.PL
|
|
@@ -9,7 +9,6 @@ use My::Utility qw(check_config_script check_prebuilt_binaries check_prereqs_lib
|
|
|
|
use Getopt::Long;
|
|
my ( $ans, $travis ) = 0;
|
|
-GetOptions( "travis" => \$travis );
|
|
|
|
print "Welcome to Alien::SDL module installation\n";
|
|
print "-----------------------------------------\n";
|
|
--
|
|
2.37.3
|
|
|