summaryrefslogtreecommitdiff
path: root/opt/profanity/openssl-crypto.patch
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/profanity/openssl-crypto.patch
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/profanity/openssl-crypto.patch')
-rw-r--r--opt/profanity/openssl-crypto.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/opt/profanity/openssl-crypto.patch b/opt/profanity/openssl-crypto.patch
new file mode 100644
index 0000000..7b384fe
--- /dev/null
+++ b/opt/profanity/openssl-crypto.patch
@@ -0,0 +1,12 @@
+--- a/meson.build
++++ b/meson.build
+@@ -273,7 +273,7 @@
+ omemo_dep = dependency('libomemo-c', version: '>= 0.5.1', required: true)
+ conf_data.set('HAVE_LIBOMEMO_C', 1)
+ endif
+- gcrypt_dep = dependency('libgcrypt', version: '>= 1.7.0', required: true)
++ gcrypt_dep = dependency('openssl', version: '>= 1.1.0', required: true)
+ build_omemo = true
+ conf_data.set('HAVE_OMEMO', 1)
+ endif
+