ports/sysutils/gnome-control-center/files/patch-panels_user-accounts_meson.build
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

12 lines
422 B
Text

--- panels/user-accounts/meson.build.orig 2018-04-28 22:01:31.903197000 +0200
+++ panels/user-accounts/meson.build 2018-04-29 08:50:01.767068000 +0200
@@ -157,7 +157,8 @@
)
# Kerberos support
-krb_dep = dependency('krb5', required: false)
+#krb_dep = dependency('krb5', required: false)
+krb_dep = cc.find_library('krb5')
assert(krb_dep.found(), 'kerberos libraries not found in your path')
deps = common_deps + [