mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- Update pkg-descr - Take maintainership Changes: https://github.com/libesmtp/libESMTP/releases https://libesmtp.github.io/reference/changes-since-v1.0.6.html
18 lines
702 B
Text
18 lines
702 B
Text
--- meson.build.orig 2021-06-04 16:18:50 UTC
|
|
+++ meson.build
|
|
@@ -61,7 +61,6 @@ add_project_arguments(cc.get_supported_arguments(cflag
|
|
################################################################################
|
|
# dependencies
|
|
################################################################################
|
|
-dldep = cc.find_library('dl')
|
|
ssldep = dependency('openssl', version : '>=1.1.0', required : get_option('tls'))
|
|
threaddep = dependency('threads', required : get_option('pthreads'))
|
|
|
|
@@ -69,7 +68,6 @@ threaddep = dependency('threads', required : get_optio
|
|
lwresdep = cc.find_library('lwres', required : get_option('lwres'))
|
|
|
|
deps = [
|
|
- dldep,
|
|
ssldep,
|
|
threaddep,
|
|
lwresdep,
|