aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-10-04 01:59:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-10-04 01:59:53 +0000
commitfa519f0f6c72d37590fc85f9ee1ab0451a219193 (patch)
tree090da5dfd520e971e6b33c96dc31169e6c75695c /news
parent42f6a28b99a28b4fdec43e6188ed734d14ee5159 (diff)
downloadports-fa519f0f6c72d37590fc85f9ee1ab0451a219193.tar.gz
ports-fa519f0f6c72d37590fc85f9ee1ab0451a219193.zip
news/husky-htick: Fix build on 13 by adding CFLAGS=-fcommon
Reported by: Abuild failure on 13-CURRENT Approved by: portmgr (build fix)
Notes
Notes: svn path=/head/; revision=551348
Diffstat (limited to 'news')
-rw-r--r--news/husky-htick/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile
index bceb8c0a39be..14d4b67d4399 100644
--- a/news/husky-htick/Makefile
+++ b/news/husky-htick/Makefile
@@ -28,6 +28,8 @@ DOCSDIR= ${PREFIX}/share/doc/husky
INFO= htick
MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH}
+CFLAGS+= -fcommon # fix build failure with clang-11 on 13-CURRENT
+
OPTIONS_DEFINE= DOCS
post-patch: