Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 20:36:04 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546688 - head/comms/birda
Message-ID:  <202008272036.07RKa4TB018767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008272036.07RKa4TB018767>