svn commit: r546797 - head/news/diablo

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


Author: tcberner
Date: Fri Aug 28 18:49:20 2020
New Revision: 546797
URL: https://svnweb.freebsd.org/changeset/ports/546797

Log:
  news/diablo: fix build on recent current

Modified:
  head/news/diablo/Makefile

Modified: head/news/diablo/Makefile
==============================================================================
--- head/news/diablo/Makefile	Fri Aug 28 18:46:27 2020	(r546796)
+++ head/news/diablo/Makefile	Fri Aug 28 18:49:20 2020	(r546797)
@@ -22,6 +22,9 @@ DES_DESC=	DES encryption support
 
 USES=		tar:tgz
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${CP} ${FILESDIR}/diablo.in ${WRKDIR}/diablo
 	@${REINPLACE_CMD} -E 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g ;\


More information about the svn-ports-head mailing list