aboutsummaryrefslogtreecommitdiff
path: root/www/elinks/files/patch-meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks/files/patch-meson.build')
-rw-r--r--www/elinks/files/patch-meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/elinks/files/patch-meson.build b/www/elinks/files/patch-meson.build
index dd8549a15b67..77b35a8981b2 100644
--- a/www/elinks/files/patch-meson.build
+++ b/www/elinks/files/patch-meson.build
@@ -11,3 +11,14 @@
conf_data = configuration_data()
conf_data.set('VERSION', meson.project_version())
+@@ -158,6 +156,10 @@ if compiler.has_header('fcntl.h')
+
+ if compiler.has_header('fcntl.h')
+ conf_data.set('HAVE_FCNTL_H', 1)
++endif
++
++if compiler.has_header('execinfo.h')
++ conf_data.set('HAVE_EXECINFO_H', 1)
+ endif
+
+ if compiler.has_header('libgen.h')