svn commit: r546799 - head/math/dieharder

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 18:56:31 UTC 2020


Author: tcberner
Date: Fri Aug 28 18:56:30 2020
New Revision: 546799
URL: https://svnweb.freebsd.org/changeset/ports/546799

Log:
  math/dieharder: fix build on recent current

Modified:
  head/math/dieharder/Makefile

Modified: head/math/dieharder/Makefile
==============================================================================
--- head/math/dieharder/Makefile	Fri Aug 28 18:53:06 2020	(r546798)
+++ head/math/dieharder/Makefile	Fri Aug 28 18:56:30 2020	(r546799)
@@ -23,6 +23,9 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 check test: build
 	${WRKSRC}/dieharder/dieharder -a
 


More information about the svn-ports-head mailing list