aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 20:11:49 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 20:11:49 +0000
commit3cfd0fde410e2a4eb67bbcd184b3122f3fab518c (patch)
treecd80625fb9b8a7b68246773d2e0b37333830c51d /mail/dspam
parentc713252e49f9327b486a3907f0ddd512f8368ecb (diff)
downloadports-3cfd0fde410e2a4eb67bbcd184b3122f3fab518c.tar.gz
ports-3cfd0fde410e2a4eb67bbcd184b3122f3fab518c.zip
mail/dspam: fix build on recent current
- this seems to be abandonware, and should likely be removed.
Notes
Notes: svn path=/head/; revision=546817
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \