base-gcc enables various deprecated code paths that cause problems. Switching to ports-gcc fixes the build on sparc64
ok? (cc maintainer) --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/x11/gnome/dictionary/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --- Makefile 14 May 2021 07:09:30 -0000 1.32 +++ Makefile 24 May 2021 03:16:34 -0000 @@ -10,6 +10,9 @@ SHARED_LIBS += gdict-1.0 9.1 # GPLv2 - LGPLv2.1 PERMIT_PACKAGE= Yes +COMPILER= base-clang ports-gcc +COMPLER_LANGS= c + WANTLIB += c cairo gdk-3 gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl WANTLIB += m pango-1.0 pangocairo-1.0
