svn commit: r552859 - head/net-im/purple-slack/files

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 21 10:16:30 UTC 2020


Author: pkubaj
Date: Wed Oct 21 10:16:30 2020
New Revision: 552859
URL: https://svnweb.freebsd.org/changeset/ports/552859

Log:
  net-im/purple-slack: remove -Werror to fix build with gcc
  
  Reported and fixed in https://github.com/dylex/slack-libpurple/issues/68

Added:
  head/net-im/purple-slack/files/
  head/net-im/purple-slack/files/patch-Makefile   (contents, props changed)

Added: head/net-im/purple-slack/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/purple-slack/files/patch-Makefile	Wed Oct 21 10:16:30 2020	(r552859)
@@ -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 \


More information about the svn-ports-all mailing list