git: eaff442a3711 - main - Add compiler:c11 to USES to fix build on GCC-based systems:

Mark Linimon linimon at FreeBSD.org
Fri Apr 30 09:45:58 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eaff442a37115d681a2b67885051f4d54846ab18

commit eaff442a37115d681a2b67885051f4d54846ab18
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-04-30 09:44:19 +0000
Commit:     Mark Linimon <linimon at 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


More information about the dev-commits-ports-all mailing list