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

Reported and fixed in https://github.com/dylex/slack-libpurple/issues/68
This commit is contained in:
Piotr Kubaj 2020-10-21 10:16:30 +00:00
parent 6b4617df33
commit d285a9364e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552859

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 \