scecurity/autossh: fix build with recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 19:49:07 +00:00
parent 46119761be
commit 0257e2ef8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546679

View File

@ -17,6 +17,9 @@ GNU_CONFIGURE= yes
PORTDOCS= CHANGES README
# Fix build with clang11
CFLAGS+= -fcommon
OPTIONS_DEFINE= DOCS SSH_PORTABLE
SSH_PORTABLE_DESC= Default to ports openssh (instead of base)