On Mon, Jul 27, 2020 at 05:07:09PM -0400, Kurt Mosiejczuk wrote: > x11/remmina fails on sparc64 with the following: > > /usr/local/include/spice-1/spice/enums.h:374: error: expected ',' or '}' > before > '__attribute__' > cc1: error: unrecognized command line option "-Wno-unused-but-set-variable" > > Moving the port to use ports-gcc for sparc64 fixes it. > > ok?
OK > > --Kurt > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/remmina/Makefile,v > retrieving revision 1.43 > diff -u -p -r1.43 Makefile > --- Makefile 29 Mar 2020 21:02:20 -0000 1.43 > +++ Makefile 27 Jul 2020 20:55:03 -0000 > @@ -27,6 +27,9 @@ WANTLIB += vncclient vte-2.91 winpr2 xkb > > MODULES= devel/cmake > > +COMPILER= base-clang ports-gcc ports-clang > +COMPILER_LANGS= c > + > BUILD_DEPENDS= devel/gettext,-tools \ > devel/spice-protocol > > -- Antoine