Bug 231699 - devel/thrift: fix build with GCC-based architectures
Summary: devel/thrift: 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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-24 22:14 UTC by Piotr Kubaj
Modified: 2018-10-09 18:18 UTC (History)
2 users (show)

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


Attachments
patch (1.40 KB, patch)
2018-09-24 22:14 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-09-24 22:14:24 UTC
Created attachment 197469 [details]
patch

This patch is needed to compile with GCC, which is necessary on architectures that use GCC

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-09 18:18:26 UTC
A commit references this bug:

Author: swills
Date: Tue Oct  9 18:17:37 UTC 2018
New revision: 481648
URL: https://svnweb.freebsd.org/changeset/ports/481648

Log:
  devel/thrift: fix build with GCC-based arches

  PR:		231699
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	maintainer timeout (komarov@valerka.net, >2 weeks)

Changes:
  head/devel/thrift/Makefile
  head/devel/thrift/files/
  head/devel/thrift/files/patch-lib_lua_src_usocket.c
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-10-09 18:18:43 UTC
Committed, thanks!