diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-21 18:16:30 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-21 18:16:30 +0800 |
commit | d285a9364e2ab73d1ead560b792d53e86679442f (patch) | |
tree | 0d029ab3a9cb8bc4ff52c72e46d1b884c2bf04ba /net-im | |
parent | 6b4617df33b2684aaaedec6de0e4a7e406746148 (diff) | |
download | freebsd-ports-gnome-d285a9364e2ab73d1ead560b792d53e86679442f.tar.gz freebsd-ports-gnome-d285a9364e2ab73d1ead560b792d53e86679442f.tar.zst freebsd-ports-gnome-d285a9364e2ab73d1ead560b792d53e86679442f.zip |
net-im/purple-slack: remove -Werror to fix build with gcc
Reported and fixed in https://github.com/dylex/slack-libpurple/issues/68
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/purple-slack/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/purple-slack/files/patch-Makefile b/net-im/purple-slack/files/patch-Makefile new file mode 100644 index 000000000000..73abd3ba52a7 --- /dev/null +++ b/net-im/purple-slack/files/patch-Makefile @@ -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 \ |