git: 079a67dd4349 - main - x11/kitty: add compiler:c11 to USES to fix build on GCC-based systems:
Mark Linimon
linimon at FreeBSD.org
Fri Jun 4 02:55:39 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=079a67dd43495bbe71754c985a2d33d11239024c
commit 079a67dd43495bbe71754c985a2d33d11239024c
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-06-04 02:54:27 +0000
Commit: Mark Linimon <linimon at 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
More information about the dev-commits-ports-all
mailing list