Bug 233684 - net/gssdp: fix build with GCC-based architectures
Summary: net/gssdp: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-01 11:41 UTC by Piotr Kubaj
Modified: 2018-12-02 15:41 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch (1.96 KB, patch)
2018-12-01 11:41 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-01 11:41:13 UTC
Created attachment 199703 [details]
patch

Remove double typedefs to fix build with base GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-02 15:41:04 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Dec  2 15:40:40 UTC 2018
New revision: 486466
URL: https://svnweb.freebsd.org/changeset/ports/486466

Log:
  Fix build on powerpc64

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

Changes:
  head/net/gssdp/files/
  head/net/gssdp/files/patch-libgssdp-gssdp-client.h
  head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-12-02 15:41:04 UTC
Committed. Thanks!