The current issues with ports-clang on sparc64 pointed out something that
should change for webkitgtk4.

The COMPILER line currently is "base-clang ports-clang ports-gcc". This was
apparently done back before ports-gcc was its current 8.x version. There's
no real reason now for it and it keeps sparc64 from building it while the
clang/llvm problems persists for sparc64.

ok to change it?

(cc maintainer)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/webkitgtk4/Makefile,v
retrieving revision 1.159
diff -u -p -r1.159 Makefile
--- Makefile    21 Dec 2021 15:08:08 -0000      1.159
+++ Makefile    19 Jan 2022 17:40:32 -0000
@@ -52,7 +52,7 @@ MODULES =             devel/cmake \
                        x11/gnome
 
 # gcc>=5.0.0 or clang
-COMPILER =             base-clang ports-clang ports-gcc
+COMPILER =             base-clang ports-gcc ports-clang
 
 MODRUBY_RUNDEP =       No
 MODPY_RUNDEP =         No

Reply via email to