Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 02:00:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551349 - head/news/husky-hpt
Message-ID:  <202010040200.09420f5V098884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010040200.09420f5V098884>