Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2020 11:29:49 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542560 - head/net-im/pidgin-sipe
Message-ID:  <202007191129.06JBTndK012748@repo.freebsd.org>

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

Log:
  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
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/net-im/pidgin-sipe/Makefile

Modified: head/net-im/pidgin-sipe/Makefile
==============================================================================
--- head/net-im/pidgin-sipe/Makefile	Sun Jul 19 11:26:31 2020	(r542559)
+++ head/net-im/pidgin-sipe/Makefile	Sun Jul 19 11:29:48 2020	(r542560)
@@ -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?202007191129.06JBTndK012748>