Bug 231528

Summary: devel/llvm40: fix build with GCC 7
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (brooks)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-09-20 21:34:18 UTC
Created attachment 197288 [details]
patch

On architectures that use GCC in base, GCC 7 is used to compile this port. To build it, the attached patch is necessary.

Tested on amd64 with Clang and on powerpc64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-02 20:12:47 UTC
A commit references this bug:

Author: brooks
Date: Tue Oct  2 20:12:27 UTC 2018
New revision: 481132
URL: https://svnweb.freebsd.org/changeset/ports/481132

Log:
  Fix build on non-clang systems.[0]

  Switch to shared LICENSE defintions.

  Chase USE_GNOME changes.

  PR:		231528 [0]
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [0]
  Sponsored by:	DARPA, AFRL

Changes:
  head/devel/llvm40/Makefile
  head/devel/llvm40/files/lldb-patch-tools_lldb_include_lldb_Utility_TaskPool.h
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2018-10-02 20:13:46 UTC
Thanks!