svn commit: r546746 - head/science/cdcl

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 16:09:16 UTC 2020


Author: tcberner
Date: Fri Aug 28 16:09:15 2020
New Revision: 546746
URL: https://svnweb.freebsd.org/changeset/ports/546746

Log:
  science/cdcl: fix build on recent current

Modified:
  head/science/cdcl/Makefile

Modified: head/science/cdcl/Makefile
==============================================================================
--- head/science/cdcl/Makefile	Fri Aug 28 16:04:57 2020	(r546745)
+++ head/science/cdcl/Makefile	Fri Aug 28 16:09:15 2020	(r546746)
@@ -22,6 +22,8 @@ USE_XORG=	x11 xext
 USE_GNOME=	gtk20 gdkpixbuf2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-x --enable-shared
+# Fix build with clang11
+CFLAGS+=	-fcommon
 
 PLIST_SUB=	DCL_VERSION=${PORTVERSION:S/.//g}
 


More information about the svn-ports-all mailing list