aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-19 11:31:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-19 11:31:16 +0000
commit9501aa0f8803b4791da9b48e87de4cb48bd35f41 (patch)
treec564f492b7edbb23e3c207e5b3fa5239b9e85d09 /net-im
parentbbaf98e836d5f7ade9742cef32979decaf322683 (diff)
downloadports-9501aa0f8803b4791da9b48e87de4cb48bd35f41.tar.gz
ports-9501aa0f8803b4791da9b48e87de4cb48bd35f41.zip
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)
Notes
Notes: svn path=/branches/2020Q3/; revision=542561
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-sipe/Makefile2
1 files changed, 2 insertions, 0 deletions
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