git: 6af2a88f0478 - main - irc/hexchat: unbreak after USE_GCC=any removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Oct 2021 06:52:49 UTC
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