svn commit: r546684 - head/net-mgmt/bandwidthd

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:21:04 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:21:04 2020
New Revision: 546684
URL: https://svnweb.freebsd.org/changeset/ports/546684

Log:
  net/bandwidthd: fix build on recent current

Modified:
  head/net-mgmt/bandwidthd/Makefile

Modified: head/net-mgmt/bandwidthd/Makefile
==============================================================================
--- head/net-mgmt/bandwidthd/Makefile	Thu Aug 27 20:04:02 2020	(r546683)
+++ head/net-mgmt/bandwidthd/Makefile	Thu Aug 27 20:21:04 2020	(r546684)
@@ -22,6 +22,9 @@ CONFIGURE_ARGS=	ac_cv_lib_iconv_libiconv_open=no \
 		ac_cv_lib_pq_PQconnectdb=no
 USE_CSTD=	gnu89
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 SUB_FILES=	bandwidthd
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list