git: 4c56dd335278 - main - x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based systems:
Mark Linimon
linimon at FreeBSD.org
Tue May 11 11:09:34 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4c56dd3352784ee9105f873c5b6a32d52e43b682
commit 4c56dd3352784ee9105f873c5b6a32d52e43b682
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-11 11:06:02 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-11 11:06:02 +0000
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.*
More information about the dev-commits-ports-all
mailing list