summaryrefslogtreecommitdiff
path: root/irc/hexchat/files/patch-src_common_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'irc/hexchat/files/patch-src_common_meson.build')
-rw-r--r--irc/hexchat/files/patch-src_common_meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/hexchat/files/patch-src_common_meson.build b/irc/hexchat/files/patch-src_common_meson.build
new file mode 100644
index 000000000000..159a277f2b28
--- /dev/null
+++ b/irc/hexchat/files/patch-src_common_meson.build
@@ -0,0 +1,11 @@
+--- src/common/meson.build.orig 2021-10-07 15:54:34.995639000 +0200
++++ src/common/meson.build 2021-10-07 15:54:46.304819000 +0200
+@@ -73,7 +73,7 @@
+ # SIGACTION
+ # HAVE_GTK_MAC
+
+-if libssl_dep.found()
++if libssl_dep_found
+ common_sources += 'ssl.c'
+ common_deps += libssl_dep
+ endif