hey, i just want to double check one thing. I have a fix/workaround/hack to get further in the build process, for this issue: pkg/60410
patches/patch-comm_third__party_openpgp.configure
- "--cc={}".format(os.getenv("CC"))
+ "--cc={}".format(if os.getenv("CC") else import shutil; shutil.which("cc")),
What is the proper way to report an idea for a fix to a problem?
I have mailed to pkgsrc-bugs and netbsd-users. https://mail-index.netbsd.org/pkgsrc-bugs/2026/08/01/msg075487.html
Hey, i get it, there are limited time in a day. I just want to know that i have reported it correctly, then i can chillax 🙂
br