svn commit: r546836 - head/science/fastcap

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 22:00:34 UTC 2020


Author: tcberner
Date: Fri Aug 28 22:00:33 2020
New Revision: 546836
URL: https://svnweb.freebsd.org/changeset/ports/546836

Log:
  science/fastcap: fix build on recent current

Modified:
  head/science/fastcap/Makefile

Modified: head/science/fastcap/Makefile
==============================================================================
--- head/science/fastcap/Makefile	Fri Aug 28 21:56:10 2020	(r546835)
+++ head/science/fastcap/Makefile	Fri Aug 28 22:00:33 2020	(r546836)
@@ -20,6 +20,9 @@ HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config
 WRKSRC=		${WRKDIR}/fastcap-2.0wr
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 BINFILES=	busgen capgen cubegen fastcap pipedgen pyragen
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-head mailing list