svn commit: r546792 - head/databases/dbow

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


Author: tcberner
Date: Fri Aug 28 18:32:27 2020
New Revision: 546792
URL: https://svnweb.freebsd.org/changeset/ports/546792

Log:
  databases/dbox: fix build on recent current

Modified:
  head/databases/dbow/Makefile

Modified: head/databases/dbow/Makefile
==============================================================================
--- head/databases/dbow/Makefile	Fri Aug 28 18:27:14 2020	(r546791)
+++ head/databases/dbow/Makefile	Fri Aug 28 18:32:27 2020	(r546792)
@@ -14,6 +14,9 @@ USES=		mysql
 MAKE_ENV+=	MYSQL_INC=${LOCALBASE}/include/mysql \
 		MYSQL_LIB=${LOCALBASE}/lib/mysql
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g" \
 			-e "s|^MYSQL_INC=|MYSQL_INC?=|" \


More information about the svn-ports-head mailing list