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)
This commit is contained in:
Piotr Kubaj 2020-07-19 11:29:48 +00:00
parent 8c9d0515ae
commit c5d33c20d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542560

View File

@ -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