comms/birda: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 20:36:04 +00:00
parent b974172440
commit fcb88e6e71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546688

View File

@ -11,4 +11,7 @@ COMMENT= Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
USES= uidfix
# Fix build with clang11
CFLAGS+= -fcommon
.include <bsd.port.mk>