Skip to content

Commit

Permalink
x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based syst…
Browse files Browse the repository at this point in the history
…ems:

  Colorset.h:57: error: redefinition of typedef 'colorset_t'
  • Loading branch information
Mark Linimon authored and Mark Linimon committed May 11, 2021
1 parent bc96d33 commit 4c56dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-wm/fvwm3/Makefile
Expand Up @@ -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.*
Expand Down

0 comments on commit 4c56dd3

Please sign in to comment.