Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 23:52:39 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546124 - head/mail/isoqlog
Message-ID:  <202008242352.07ONqdgl054133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Aug 24 23:52:38 2020
New Revision: 546124
URL: https://svnweb.freebsd.org/changeset/ports/546124

Log:
  mail/isoqlog: Fix build on 13-CURRENT
  
  Reported by:	pkg-fallout

Modified:
  head/mail/isoqlog/Makefile

Modified: head/mail/isoqlog/Makefile
==============================================================================
--- head/mail/isoqlog/Makefile	Mon Aug 24 23:36:41 2020	(r546123)
+++ head/mail/isoqlog/Makefile	Mon Aug 24 23:52:38 2020	(r546124)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 GNU_CONFIGURE=	yes
+CFLAGS+=	-fcommon
 
 SUB_FILES=	pkg-message
 



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