Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 11:11:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546262 - head/mail/postfix-policyd-sf
Message-ID:  <202008261111.07QBBAkQ062409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Aug 26 11:11:10 2020
New Revision: 546262
URL: https://svnweb.freebsd.org/changeset/ports/546262

Log:
  Fix build on CURRENT.

Modified:
  head/mail/postfix-policyd-sf/Makefile   (contents, props changed)

Modified: head/mail/postfix-policyd-sf/Makefile
==============================================================================
--- head/mail/postfix-policyd-sf/Makefile	Wed Aug 26 11:09:13 2020	(r546261)
+++ head/mail/postfix-policyd-sf/Makefile	Wed Aug 26 11:11:10 2020	(r546262)
@@ -21,6 +21,8 @@ USE_RC_SUBR=	policyd
 
 ALL_TARGET=	linux
 
+CFLAGS+=	-fcommon
+
 SUB_LIST+=	PKGBASE=${PKGBASE}
 
 PLIST_FILES=	etc/${PKGBASE}.conf.sample \



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