0005-Workaround-for-Perl-detection.patch
text/plain
Filename: 0005-Workaround-for-Perl-detection.patch
Type: text/plain
Part: 4
Patch
Format: format-patch
Series: patch 0005
Subject: Workaround for Perl detection
| File | + | − |
|---|---|---|
| meson.build | 3 | 3 |
From 1f80e1ebb8efeb0eba7d57032282520fd6455b0d Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter@eisentraut.org>
Date: Wed, 13 Apr 2022 11:50:52 +0200
Subject: [PATCH 5/5] Workaround for Perl detection
---
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meson.build b/meson.build
index 1bf53ea24d..e33ed11b08 100644
--- a/meson.build
+++ b/meson.build
@@ -545,9 +545,9 @@ else
# file existence.
if perl_may_work
perl_ccflags += ['-I@0@'.format(perl_inc_dir)]
- if host_machine.system() == 'darwin'
- perl_ccflags += ['-iwithsysroot', perl_inc_dir]
- endif
+ #if host_machine.system() == 'darwin'
+ # perl_ccflags += ['-iwithsysroot', perl_inc_dir]
+ #endif
endif
# check required headers are present
--
2.35.1