svn commit: r546388 - head/misc/amanda-server

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 18:14:14 UTC 2020


Author: tcberner
Date: Thu Aug 27 18:14:13 2020
New Revision: 546388
URL: https://svnweb.freebsd.org/changeset/ports/546388

Log:
  misc/amanda-server, misc/amanda-client: fix build on recent current

Modified:
  head/misc/amanda-server/Makefile

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Thu Aug 27 18:12:37 2020	(r546387)
+++ head/misc/amanda-server/Makefile	Thu Aug 27 18:14:13 2020	(r546388)
@@ -38,6 +38,8 @@ PKG_MESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 SUB_LIST=	PORTSDIR=${PORTSDIR}
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
 MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	GNUTAR


More information about the svn-ports-head mailing list