svn commit: r546688 - head/comms/birda

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:36:05 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:36:04 2020
New Revision: 546688
URL: https://svnweb.freebsd.org/changeset/ports/546688

Log:
  comms/birda: fix build on recent current

Modified:
  head/comms/birda/Makefile

Modified: head/comms/birda/Makefile
==============================================================================
--- head/comms/birda/Makefile	Thu Aug 27 20:34:48 2020	(r546687)
+++ head/comms/birda/Makefile	Thu Aug 27 20:36:04 2020	(r546688)
@@ -11,4 +11,7 @@ COMMENT=	Bohlin's IrDA utilities, ported from NetBSD's
 
 USES=		uidfix
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list