pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fwd: Fix for thunderbird binary build error: cc not found?
Hey,
Should probably have mailed this to the pkgsrc-users instead,
br
-------- Forwarded Message --------
Subject: Fix for thunderbird binary build error: cc not found?
Date: Fri, 31 Jul 2026 09:25:37 +0200
From: smurfd <smurf.daemon%mail.smurfd.me@localhost>
To: NetBSD Users Discussion List <netbsd-users%NetBSD.org@localhost>
Hey,
So mail/thunderbird if you try to build it from pkgsrc, you get an
error saying cc does not exist.
This could be a fix for that, i got further but missed dependencies, but
only because i have not built it before... i suppose.
patches/patch-comm_third__party_openpgp.configure
- "--cc={}".format(os.getenv("CC"))
+ "--cc={}".format(if os.getenv("CC") else import shutil;
shutil.
which("cc")),
br Nicklas
Home |
Main Index |
Thread Index |
Old Index