Date: Sat, 8 Feb 2025 11:05:54 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d63c67af03b - main - x11/kitty: Remove USE_GCC Message-ID: <202502081105.518B5sED000403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d63c67af03be9905f9e65f87555088925f8b506 commit 5d63c67af03be9905f9e65f87555088925f8b506 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2025-02-08 11:00:38 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2025-02-08 11:05:18 +0000 x11/kitty: Remove USE_GCC - The port doesn't compile with clang only on outdated systems or no longer supported. Tested by: eduardo --- x11/kitty/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index d9ff8a01741c..5d34e39157db 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -39,7 +39,6 @@ USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ terminfo xorg CPE_VENDOR= kitty_project -USE_GCC= yes USE_GL= gl USE_XORG= x11 xcb xcursor xi xinerama xrandr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502081105.518B5sED000403>