Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 20:11:49 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546817 - head/mail/dspam
Message-ID:  <202008282011.07SKBnta098724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282011.07SKBnta098724>