svn commit: r551349 - head/news/husky-hpt

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 4 02:00:42 UTC 2020


Author: yuri
Date: Sun Oct  4 02:00:41 2020
New Revision: 551349
URL: https://svnweb.freebsd.org/changeset/ports/551349

Log:
  news/husky-hpt: Fix build on 13 by adding CFLAGS=-fcommon
  
  Reported by:	Build failure on 13-CURRENT
  Approved by:	portmgr (build fix)

Modified:
  head/news/husky-hpt/Makefile

Modified: head/news/husky-hpt/Makefile
==============================================================================
--- head/news/husky-hpt/Makefile	Sun Oct  4 01:59:53 2020	(r551348)
+++ head/news/husky-hpt/Makefile	Sun Oct  4 02:00:41 2020	(r551349)
@@ -20,6 +20,8 @@ MASTERDIR=	${.CURDIR}/../husky
 COMPONENT_SUBDIR=hpt
 MAKE_ARGS=	INFODIR=${PREFIX}/${INFO_PATH}
 
+CFLAGS+=	-fcommon # fix build failure with clang-11 on 13-CURRENT
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:


More information about the svn-ports-all mailing list