diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-10-04 02:00:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-10-04 02:00:41 +0000 |
commit | ecbc08c2ab1c772dba336925d583426cd6944c29 (patch) | |
tree | 582532c57f18c6fa4eb24e1f17c35f8b091d1d0e | |
parent | fa519f0f6c72d37590fc85f9ee1ab0451a219193 (diff) | |
download | ports-ecbc08c2ab1c772dba336925d583426cd6944c29.tar.gz ports-ecbc08c2ab1c772dba336925d583426cd6944c29.zip |
Notes
-rw-r--r-- | news/husky-hpt/Makefile | 2 |
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: |