svn commit: r546364 - head/irc/unreal

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 16:57:53 UTC 2020


Author: tcberner
Date: Thu Aug 27 16:57:53 2020
New Revision: 546364
URL: https://svnweb.freebsd.org/changeset/ports/546364

Log:
  irc/unreal: fix build on recent current

Modified:
  head/irc/unreal/Makefile

Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile	Thu Aug 27 16:55:04 2020	(r546363)
+++ head/irc/unreal/Makefile	Thu Aug 27 16:57:53 2020	(r546364)
@@ -78,6 +78,9 @@ PREFIXAQ_CONFIGURE_ENABLE=	prefixaq
 
 SQLMOD=		${PORTNAME}/SQLMod.tar.gz
 
+# Upstream dead, don't expect a proper fix.
+CFLAGS+=	-fcommon
+
 .if exists(${DISTDIR}/${SQLMOD})
 USES+=		mysql
 WITH_SQLMOD=	yes


More information about the svn-ports-head mailing list