1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

news/husky-htick: Fix build on 13 by adding CFLAGS=-fcommon

Reported by:	Abuild failure on 13-CURRENT
Approved by:	portmgr (build fix)
This commit is contained in:
Yuri Victorovich 2020-10-04 01:59:53 +00:00
parent 42f6a28b99
commit fa519f0f6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551348

View File

@ -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: