Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2020 11:31:16 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542561 - branches/2020Q3/net-im/pidgin-sipe
Message-ID:  <202007191131.06JBVGx9015307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jul 19 11:31:16 2020
New Revision: 542561
URL: https://svnweb.freebsd.org/changeset/ports/542561

Log:
  MFH: r542560
  
  net-im/pidgin-sipe: fix build on GCC architectures
  
  Set -Wno-error:
  cc1: warnings being treated as errors
  purple-plugin.c:165: warning: missing initializer
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/net-im/pidgin-sipe/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net-im/pidgin-sipe/Makefile
==============================================================================
--- branches/2020Q3/net-im/pidgin-sipe/Makefile	Sun Jul 19 11:29:48 2020	(r542560)
+++ branches/2020Q3/net-im/pidgin-sipe/Makefile	Sun Jul 19 11:31:16 2020	(r542561)
@@ -48,6 +48,8 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 PORTDOCS=	AUTHORS ChangeLog HACKING NEWS README TODO
 
+CFLAGS+=	-Wno-error
+
 post-patch:
 	@${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure
 



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