https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254564
Cullum Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Cullum Smith <[email protected]> --- Created attachment 254239 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254239&action=edit Use standard gssapi.mk variables for www/chromium Makefile This bug has been around for over three years now. www/chromium seems to build with the (ancient) Heimdal in base, but will not build with the more widely used MIT kerberos, because the Makefile hard-codes an incorrect krb5 library name. The attached patch switched the www/chromium Makefile to use gssapi.mk along with the standard GSSAPI option names found in most other ports. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
