svn commit: r546817 - head/mail/dspam

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 20:11:57 UTC 2020


Author: tcberner
Date: Fri Aug 28 20:11:49 2020
New Revision: 546817
URL: https://svnweb.freebsd.org/changeset/ports/546817

Log:
  mail/dspam: fix  build on recent current
  
  - this seems to be abandonware, and should likely be removed.

Modified:
  head/mail/dspam/Makefile

Modified: head/mail/dspam/Makefile
==============================================================================
--- head/mail/dspam/Makefile	Fri Aug 28 20:09:41 2020	(r546816)
+++ head/mail/dspam/Makefile	Fri Aug 28 20:11:49 2020	(r546817)
@@ -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 \


More information about the svn-ports-head mailing list