From c5d33c20d352534f8ac781b1259c7096e4fb6bcc Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 19 Jul 2020 11:29:48 +0000 Subject: [PATCH] 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) --- net-im/pidgin-sipe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index 939e9377163a..ff283d1255e1 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -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