From: Jeremie Courreges-Anglas Subject: Re: qcoro, switch to ports-gcc To: Rafael Sadowski , ports@openbsd.org Date: Thu, 22 Jan 2026 15:45:55 +0100 On Thu, Jan 22, 2026 at 03:44:04PM +0100, Claudio Jeker wrote: > Now with gcc15 we have coroutines and C++20 support. > Better to compile this with ports-gcc than ports-clang > > This built and packaged in my previous builk like this. Makes sense, ok jca@ > -- > :wq Claudio > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/qcoro/Makefile,v > diff -u -p -r1.20 Makefile > --- Makefile 19 Jan 2026 10:47:03 -0000 1.20 > +++ Makefile 22 Jan 2026 14:41:44 -0000 > @@ -27,8 +27,7 @@ PERMIT_PACKAGE = Yes > WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6DBus Qt6Gui Qt6Network > WANTLIB += Qt6OpenGL Qt6Qml Qt6Quick Qt6WebSockets m > > -# Coroutines are part of C++ 20 and implemented in GCC 10 > -COMPILER = base-clang ports-clang > +COMPILER = base-clang ports-gcc > > MODULES = devel/cmake \ > x11/qt6 > -- jca