MFH: r552859

net-im/purple-slack: remove -Werror to fix build with gcc

Reported and fixed in https://github.com/dylex/slack-libpurple/issues/68

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-25 22:12:04 +00:00
parent 52414456c8
commit fa1892486d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553294

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2020-10-21 09:52:44 UTC
+++ Makefile
@@ -57,7 +57,7 @@ PKGS=$(PURPLE_MOD) glib-2.0 gobject-2.0
CFLAGS = \
-g \
-O2 \
- -Wall -Werror \
+ -Wall \
-Wno-error=strict-aliasing \
-fPIC \
-D_DEFAULT_SOURCE=1 \