Date: Sun, 14 Feb 2021 09:35:43 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565214 - head/irc/undernet-ircu Message-ID: <202102140935.11E9ZhLB019487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Sun Feb 14 09:35:42 2021 New Revision: 565214 URL: https://svnweb.freebsd.org/changeset/ports/565214 Log: irc/undernet-ircu: USE_GCC=yes instead of any Reported by: gerald@ Modified: head/irc/undernet-ircu/Makefile Modified: head/irc/undernet-ircu/Makefile ============================================================================== --- head/irc/undernet-ircu/Makefile Sun Feb 14 09:28:23 2021 (r565213) +++ head/irc/undernet-ircu/Makefile Sun Feb 14 09:35:42 2021 (r565214) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= Fails to compile: undefined reference to .mcount BROKEN_riscv64= Fails to compile: undefined reference to .mcount -USE_GCC= any +USE_GCC= yes USE_RC_SUBR= undernet GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102140935.11E9ZhLB019487>