Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 02:55:39 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: 079a67dd4349 - main - x11/kitty: add compiler:c11 to USES to fix build on GCC-based systems:
Message-ID:  <202106040255.1542tdfw092374@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=079a67dd43495bbe71754c985a2d33d11239024c

commit 079a67dd43495bbe71754c985a2d33d11239024c
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-06-04 02:54:27 +0000
Commit:     Mark Linimon <linimon@FreeBSD.org>
CommitDate: 2021-06-04 02:54:27 +0000

    x11/kitty: add compiler:c11 to USES to fix build on GCC-based systems:
    
      cc1: error: unrecognized command line option "-std=c11"
---
 x11/kitty/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index a50fbf33d241..fad7d8422030 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -21,8 +21,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libwayland-cursor.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
 
-USES=		gettext-runtime gl gmake ncurses:port pkgconfig python:3.5+ \
-		shebangfix terminfo xorg
+USES=		compiler:c11 gettext-runtime gl gmake ncurses:port pkgconfig \
+		python:3.5+ shebangfix terminfo xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	kovidgoyal
 USE_GL=		gl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106040255.1542tdfw092374>