diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-05-11 19:06:02 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-05-11 19:06:02 +0800 |
commit | 4c56dd3352784ee9105f873c5b6a32d52e43b682 (patch) | |
tree | bae060de388ef2b2dac509c74a1aae0f17aef18b /x11-wm | |
parent | bc96d33c60237ab48e6aaeb113b14337618953f2 (diff) | |
download | freebsd-ports-gnome-4c56dd3352784ee9105f873c5b6a32d52e43b682.tar.gz freebsd-ports-gnome-4c56dd3352784ee9105f873c5b6a32d52e43b682.tar.zst freebsd-ports-gnome-4c56dd3352784ee9105f873c5b6a32d52e43b682.zip |
x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based systems:
Colorset.h:57: error: redefinition of typedef 'colorset_t'
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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.* |