svn commit: r565214 - head/irc/undernet-ircu

Fernando Apesteguía fernape at FreeBSD.org
Sun Feb 14 09:35:43 UTC 2021


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


More information about the svn-ports-all mailing list