aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-03-29 12:36:45 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-03-29 12:37:28 +0000
commit96563193740f19a71c23a733f2f960061ed5a413 (patch)
tree1b7162fc46ad13485b109e2c5aaaf22b42c6aaad
parentd6b46695f33749aa9c8217f976149c6850c573ca (diff)
downloadports-96563193740f19a71c23a733f2f960061ed5a413.tar.gz
ports-96563193740f19a71c23a733f2f960061ed5a413.zip
security/pam_howdy: Simplify meson patch.
Obtained from: jbeich
-rw-r--r--security/pam_howdy/files/patch-meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_howdy/files/patch-meson.build b/security/pam_howdy/files/patch-meson.build
index 761de0f00a2c..2c5da7b61cc3 100644
--- a/security/pam_howdy/files/patch-meson.build
+++ b/security/pam_howdy/files/patch-meson.build
@@ -6,8 +6,8 @@
+# On FreeBSD, libepoll-shim library is required for signalfd.h
+epoll_shim = dependency('epoll-shim', required : false)
-+# On libintl library is required for gettext
-+libintl_dep = meson.get_compiler('cpp').find_library('intl', required: false)
++# On FreeBSD libintl library is required for gettext
++libintl_dep = dependency('intl', required: false)
+
# Translations
subdir('po')