mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
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
12 lines
422 B
Text
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 + [
|