https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215081
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- If not Kerberos, then kerberos=true? ###################### $ diff -u Makefile.orig Makefile --- Makefile.orig 2016-12-07 17:57:25.000000000 +0800 +++ Makefile 2016-12-08 22:15:37.273189000 +0800 @@ -200,7 +200,7 @@ .endif .if ! ${PORT_OPTIONS:MKERBEROS} -GN_ARGS+= use_kerberos=true +GN_ARGS+= use_kerberos=false .endif pre-everything:: ###################### Flag changed and in-progress build has long passed the missing gssapi include -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
