1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/fprintd/fix-missing-libintl.patch
2024-11-17 13:15:16 +00:00

11 lines
357 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -116,7 +116,7 @@ if get_option('pam')
endif
if host_machine.system() == 'linux' or host_machine.system() == 'gnu'
- gettext_deps = []
+ gettext_deps = [cc.find_library('intl')]
elif (host_machine.system() == 'freebsd' or
host_machine.system() == 'openbsd' or
host_machine.system() == 'dragonfly')