Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 10:16:30 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552859 - head/net-im/purple-slack/files
Message-ID:  <202010211016.09LAGUdr067896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010211016.09LAGUdr067896>