Date: Tue, 11 May 2021 11:09:34 GMT From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c56dd335278 - main - x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based systems: Message-ID: <202105111109.14BB9YDD031065@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c56dd3352784ee9105f873c5b6a32d52e43b682 commit 4c56dd3352784ee9105f873c5b6a32d52e43b682 Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-05-11 11:06:02 +0000 Commit: Mark Linimon <linimon@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.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105111109.14BB9YDD031065>