aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2024-03-16 06:49:09 +0000
committerFelix Palmen <zirias@FreeBSD.org>2024-03-16 08:03:50 +0000
commit4c0ac6f6d1e1199df4faec6df61086851c2ae814 (patch)
treeb7c416c23df9f1e495042eac838a84711500d7a0
parentf6c9716b3cb6a960e2add3c955996189c03058f7 (diff)
downloadports-4c0ac6f6d1e1199df4faec6df61086851c2ae814.tar.gz
ports-4c0ac6f6d1e1199df4faec6df61086851c2ae814.zip
www/elinks: Revert build-fix with ssl from ports
The build fix was only needed for breakage caused by pkgconf which has meanwhile been fixed. This reverts commit 9de718aaf747cace995ffcf592edf64e3fdd9317.
-rw-r--r--www/elinks/files/patch-meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/elinks/files/patch-meson.build b/www/elinks/files/patch-meson.build
index b85b42c91d52..3785cea7bae0 100644
--- a/www/elinks/files/patch-meson.build
+++ b/www/elinks/files/patch-meson.build
@@ -11,16 +11,6 @@
if compiler.has_header('libgen.h')
conf_data.set('HAVE_LIBGEN_H', 1)
endif
-@@ -396,7 +400,8 @@ if conf_data.get('CONFIG_OPENSSL')
- if conf_data.get('CONFIG_OPENSSL')
- ssldeps = dependency('openssl', static: st, required: false)
- if not ssldeps.found()
-- ssldeps = compiler.find_library('ssl', static: st, dirs: [get_option('prefix')+'/lib', '/usr/local/lib'])
-+ ssldeps = compiler.find_library('crypto', static: st, dirs: [get_option('prefix')+'/lib', '/usr/local/lib'])
-+ ssldeps += compiler.find_library('ssl', static: st, dirs: [get_option('prefix')+'/lib', '/usr/local/lib'])
- endif
- deps += ssldeps
- conf_data.set('USE_OPENSSL', true)
@@ -959,7 +964,7 @@ endif
conf_data.set('HAVE_ICONV', 1)
endif