mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based systems:
Colorset.h:57: error: redefinition of typedef 'colorset_t'
This commit is contained in:
parent
bc96d33c60
commit
4c56dd3352
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user