Bug 232259

Summary: net-im/libsignon-glib: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj, tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-14 22:26:13 UTC
Created attachment 198151 [details]
patch

-Werror make this port not to build with base GCC.
Add CFLAGS+=-Wno-error to fix build.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-20 16:48:57 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct 20 16:48:13 UTC 2018
New revision: 482602
URL: https://svnweb.freebsd.org/changeset/ports/482602

Log:
  net-im/libsignon-glib: fix build with GCC-based architectures

  PR:		232259
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/net-im/libsignon-glib/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-20 16:49:24 UTC
Committed. Thanks.