On Sat, May 15, 2021 at 11:59:57PM -0400, Kurt Mosiejczuk wrote: > x11/xmenu errors out complaining about needing C99 and the usual c99 > dance doesn't fix it.
> This diff switches it to use ports-gcc on non-base-clang arches and > fixes the build on sparc64 > ok? > (cc maintainer) > --Kurt Now with a diff you don't have to imagine. --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/x11/xmenu/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 10 Mar 2021 17:21:30 -0000 1.1.1.1 +++ Makefile 16 May 2021 03:52:21 -0000 @@ -15,6 +15,9 @@ HOMEPAGE = https://github.com/phillbush/ # MIT PERMIT_PACKAGE =Yes +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + LIB_DEPENDS = graphics/imlib2 WANTLIB += Imlib2 X11 Xft Xinerama c fontconfig
