aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-05-11 11:06:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-05-11 11:06:02 +0000
commit4c56dd3352784ee9105f873c5b6a32d52e43b682 (patch)
treebae060de388ef2b2dac509c74a1aae0f17aef18b
parentbc96d33c60237ab48e6aaeb113b14337618953f2 (diff)
downloadports-4c56dd3352784ee9105f873c5b6a32d52e43b682.tar.gz
ports-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'
-rw-r--r--x11-wm/fvwm3/Makefile2
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.*