svn commit: r542560 - head/net-im/pidgin-sipe

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 19 11:29:49 UTC 2020


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
 


More information about the svn-ports-all mailing list