aboutsummaryrefslogtreecommitdiff
path: root/security/autossh
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 19:49:07 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 19:49:07 +0000
commit0257e2ef8b697a72c0c12623a0f0eed358d6d91e (patch)
tree2349e0116174f7aed41a8840bb1a0648db04a77b /security/autossh
parent46119761be2dc3cb500a78288aba9a01d4b5b505 (diff)
downloadports-0257e2ef8b697a72c0c12623a0f0eed358d6d91e.tar.gz
ports-0257e2ef8b697a72c0c12623a0f0eed358d6d91e.zip
scecurity/autossh: fix build with recent current
Notes
Notes: svn path=/head/; revision=546679
Diffstat (limited to 'security/autossh')
-rw-r--r--security/autossh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/autossh/Makefile b/security/autossh/Makefile
index 85f3f68b18e1..b09ac266c02b 100644
--- a/security/autossh/Makefile
+++ b/security/autossh/Makefile
@@ -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)