With base-gcc sysutils/rofi failed to build on sparc64 with:

lexer/theme-parser.c:1129: error: expected '=', ',', ';', 'asm' or '__attribute_
_' before 'static'

Switching it to use ports-gcc fixed the build for sparc64

ok?

(cc maintiner)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/rofi/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile    1 Dec 2020 11:50:59 -0000       1.34
+++ Makefile    23 May 2021 22:16:42 -0000
@@ -16,6 +16,9 @@ PERMIT_PACKAGE =      Yes
 
 MASTER_SITES =         ${HOMEPAGE}/releases/download/${V}/
 
+COMPILER =             base-clang ports-gcc
+COMPILER_LANGS =       c
+
 WANTLIB += c cairo gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
 WANTLIB += gobject-2.0 harfbuzz intl m pango-1.0 pangocairo-1.0
 WANTLIB += pthread startup-notification-1 xcb xcb-ewmh xcb-icccm

Reply via email to