aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-10-04 02:00:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-10-04 02:00:41 +0000
commitecbc08c2ab1c772dba336925d583426cd6944c29 (patch)
tree582532c57f18c6fa4eb24e1f17c35f8b091d1d0e /news
parentfa519f0f6c72d37590fc85f9ee1ab0451a219193 (diff)
downloadports-ecbc08c2ab1c772dba336925d583426cd6944c29.tar.gz
ports-ecbc08c2ab1c772dba336925d583426cd6944c29.zip
news/husky-hpt: Fix build on 13 by adding CFLAGS=-fcommon
Reported by: Build failure on 13-CURRENT Approved by: portmgr (build fix)
Notes
Notes: svn path=/head/; revision=551349
Diffstat (limited to 'news')
-rw-r--r--news/husky-hpt/Makefile2
1 files changed, 2 insertions, 0 deletions
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: