svn commit: r546838 - head/science/fasthenry

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 22:02:43 UTC 2020


Author: tcberner
Date: Fri Aug 28 22:02:42 2020
New Revision: 546838
URL: https://svnweb.freebsd.org/changeset/ports/546838

Log:
  science/fasthenry: fix build on recent current

Modified:
  head/science/fasthenry/Makefile

Modified: head/science/fasthenry/Makefile
==============================================================================
--- head/science/fasthenry/Makefile	Fri Aug 28 22:00:50 2020	(r546837)
+++ head/science/fasthenry/Makefile	Fri Aug 28 22:02:42 2020	(r546838)
@@ -15,6 +15,9 @@ HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config
 WRKSRC=		${WRKDIR}/fasthenry-3.0wr
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:


More information about the svn-ports-head mailing list