svn commit: r546690 - head/devel/blame

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:47:12 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:47:12 2020
New Revision: 546690
URL: https://svnweb.freebsd.org/changeset/ports/546690

Log:
  devel/blame: fix build with recent current

Modified:
  head/devel/blame/Makefile

Modified: head/devel/blame/Makefile
==============================================================================
--- head/devel/blame/Makefile	Thu Aug 27 20:38:36 2020	(r546689)
+++ head/devel/blame/Makefile	Thu Aug 27 20:47:12 2020	(r546690)
@@ -14,4 +14,7 @@ GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/blame \
 		man/man1/blame.1.gz
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list