[Bug 254564] www/chromium: wrong dependency to libkrb5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jul 2024 16:28:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254564 --- Comment #8 from Dave Hayes <dave@jetcafe.org> --- As of 2024Q3 this is still required for me to build chromium: --- www/chromium/Makefile.orig 2024-07-28 09:22:15.319382000 -0700 +++ www/chromium/Makefile 2024-07-28 09:22:59.747868000 -0700 @@ -188,7 +188,7 @@ DRIVER_MAKE_ARGS= chromedriver -HEIMDAL_LIB_DEPENDS= libkrb.so.26:security/heimdal +HEIMDAL_LIB_DEPENDS= libkrb5.so.26:security/heimdal KERBEROS_VARS= GN_ARGS+=use_kerberos=true KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.