Date: Fri, 30 Apr 2021 09:45:58 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: eaff442a3711 - main - Add compiler:c11 to USES to fix build on GCC-based systems: Message-ID: <202104300945.13U9jw9m066311@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=eaff442a37115d681a2b67885051f4d54846ab18 commit eaff442a37115d681a2b67885051f4d54846ab18 Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-04-30 09:44:19 +0000 Commit: Mark Linimon <linimon@FreeBSD.org> CommitDate: 2021-04-30 09:44:19 +0000 Add compiler:c11 to USES to fix build on GCC-based systems: src/renderbuffer.c:189: error: 'RBCell' has no member named 'startcol' --- devel/libtickit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libtickit/Makefile b/devel/libtickit/Makefile index 4773aa454e93..f62b672405c3 100644 --- a/devel/libtickit/Makefile +++ b/devel/libtickit/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtermkey.so:devel/libtermkey -USES= gmake libtool:build ncurses pathfix pkgconfig +USES= compiler:c11 gmake libtool:build ncurses pathfix pkgconfig MAKE_ARGS= MANDIR=${PREFIX}/share/man PATHFIX_MAKEFILEIN= Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104300945.13U9jw9m066311>