Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/irc/hexchat/files/patch-src_common_meson.build
18157 views
1
--- src/common/meson.build.orig 2021-10-07 15:54:34.995639000 +0200
2
+++ src/common/meson.build 2021-10-07 15:54:46.304819000 +0200
3
@@ -73,7 +73,7 @@
4
# SIGACTION
5
# HAVE_GTK_MAC
6
7
-if libssl_dep.found()
8
+if libssl_dep_found
9
common_sources += 'ssl.c'
10
common_deps += libssl_dep
11
endif
12
13