Subject: CVS commit: pkgsrc/lang
From: Jonathan Perkin
Date: 2022-08-10 23:54:47
Message id: 20220810215447.37A33FB1A@cvs.NetBSD.org

Log Message:
gcc: Switch binutils to DEPENDS instead of bl3.

Both gcc and binutils ship an ansidecl.h.  Until now this hasn't been a
problem, but the recent binutils 2.39 update ships an ansidecl.h that removes
things like "PTR" which GCC depends on, and it seems as though the binutils
version is being chosen ahead of the in-tree GCC version so the build breaks.

Avoiding buildink3 ensures the headers aren't visible, and the builds are
now progressing further.

Files:
RevisionActionfile
1.45modifypkgsrc/lang/gcc7/Makefile
1.39modifypkgsrc/lang/gcc9/Makefile