From 3cfd0fde410e2a4eb67bbcd184b3122f3fab518c Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 28 Aug 2020 20:11:49 +0000 Subject: [PATCH] mail/dspam: fix build on recent current - this seems to be abandonware, and should likely be removed. --- mail/dspam/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 5922d6e56ce6..d6471900dbf2 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -81,6 +81,9 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +# Dead upstream. Don't expect a proper fix for clang11. +CFLAGS+= -fcommon + SHEBANG_FILES= src/tools/dspam_logrotate \ src/tools/dspam_notify.in \ src/tools/dspam_train.in \