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:
parent
52414456c8
commit
fa1892486d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553294
11
net-im/purple-slack/files/patch-Makefile
Normal file
11
net-im/purple-slack/files/patch-Makefile
Normal 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 \
|
Loading…
Reference in New Issue
Block a user