Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2021 06:52:49 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6af2a88f0478 - main - irc/hexchat: unbreak after USE_GCC=any removal
Message-ID:  <202110160652.19G6qnmY043267@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

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

commit 6af2a88f047884710b39050c61b4f7084032c55b
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-10-16 06:51:22 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-10-16 06:51:22 +0000

    irc/hexchat: unbreak after USE_GCC=any removal
---
 irc/hexchat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 1d96aa0a14e4..402a374affa1 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -59,7 +59,7 @@ FISHLIM_MESON_TRUE=	with-fishlim
 LUA_MESON_ON=		-Dwith-lua=lua-${LUA_VER}
 LUA_MESON_OFF=		-Dwith-lua=false
 LUA_USES=		lua
-LUA_USE=		GCC=any
+LUA_USE=		GCC=yes
 PERL_MESON_TRUE=	with-perl
 PERL_USES=		perl5
 TEXTFE_MESON_TRUE=	text-frontend



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