On Fri, Aug 19, 2022 at 01:32:53AM +0200, Jeremie Courreges-Anglas wrote: > Here's a diff for samba. It would be possible to just ditch __thread in > the embedded heimdal source code since base-gcc doesn't support TLS > emulation. But samba is moving fast and I suspect that other parts > will start requiring features not supported by base-gcc.
> Does this fix the build on sparc64? ok? It fixes sparc64. ok kmos --Kurt > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/samba/Makefile,v > retrieving revision 1.316 > diff -u -p -r1.316 Makefile > --- Makefile 29 Jul 2022 10:43:01 -0000 1.316 > +++ Makefile 18 Aug 2022 23:20:17 -0000 > @@ -61,6 +61,9 @@ MASTER_SITES = https://download.samba.o > MULTI_PACKAGES = -main -docs > DEBUG_PACKAGES = ${BUILD_PACKAGES} > > +COMPILER = base-clang ports-gcc > +COMPILER_LANGS = c > + > MODULES = lang/python perl > > BUILD_DEPENDS = converters/p5-JSON \ > > -- > jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE >