From ecbc08c2ab1c772dba336925d583426cd6944c29 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 4 Oct 2020 02:00:41 +0000 Subject: news/husky-hpt: Fix build on 13 by adding CFLAGS=-fcommon Reported by: Build failure on 13-CURRENT Approved by: portmgr (build fix) --- news/husky-hpt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'news') diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index 86687291b681..e518542414b1 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -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: -- cgit v1.2.3