aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/argus3
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 19:06:57 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 19:06:57 +0000
commitfcb229adda1d6018712ac360f05fee5ef0403b6a (patch)
treea9b567b90d0875dba65fef02f5a893d70607a9ee /net-mgmt/argus3
parent594681b8137e35feba4018f0dede46534f6017e8 (diff)
downloadports-fcb229adda1d6018712ac360f05fee5ef0403b6a.tar.gz
ports-fcb229adda1d6018712ac360f05fee5ef0403b6a.zip
net-mgmt/argus3, net-mgmt/argus3-clients: fix build with recent current
Notes
Notes: svn path=/head/; revision=546658
Diffstat (limited to 'net-mgmt/argus3')
-rw-r--r--net-mgmt/argus3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile
index d9bfd19cab1f..808d43118f58 100644
--- a/net-mgmt/argus3/Makefile
+++ b/net-mgmt/argus3/Makefile
@@ -26,6 +26,9 @@ USE_RC_SUBR= argus
USES= bison perl5
GNU_CONFIGURE= yes
+# Fix build with clang11
+CFLAGS+= -fcommon
+
post-patch:
@${REINPLACE_CMD} -e 's#/usr/lib/sasl2#${LOCALBASE}/lib/sasl2#' ${WRKSRC}/argus/ArgusOutput.c