From 4c56dd3352784ee9105f873c5b6a32d52e43b682 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 11 May 2021 06:06:02 -0500 Subject: x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based systems: Colorset.h:57: error: redefinition of typedef 'colorset_t' --- x11-wm/fvwm3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile index 7c1db0ac05aa..5fd9bf299903 100644 --- a/x11-wm/fvwm3/Makefile +++ b/x11-wm/fvwm3/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libbson-1.0.so:devel/libbson \ libevent.so:devel/libevent -USES= pkgconfig python:3.7+ readline xorg +USES= compiler:c11 pkgconfig python:3.7+ readline xorg USE_XORG= ice x11 xext xrandr xrender xt CONFLICTS_INSTALL= fvwm-2.* -- cgit v1.2.3