Summary: | shells/fish fails to build with Clang 6.0 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Alan Somers <asomers> |
Component: | Individual Port(s) | Assignee: | Alan Somers <asomers> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | dim |
Priority: | --- | Keywords: | patch |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 224669 |
Description
Alan Somers
2018-01-25 20:12:17 UTC
Fix in code review at https://reviews.freebsd.org/D14058 A commit references this bug: Author: asomers Date: Sat Jan 27 18:06:19 UTC 2018 New revision: 460135 URL: https://svnweb.freebsd.org/changeset/ports/460135 Log: shells/fish: fix the build with Clang-6.0 Clang-6.0 on FreeBSD 12 doesn't define __cpp_lib_make_unique. Patch fish to key off of the value of __cplusplus instead. PR: 225456 Reported by: pkg-fallout Reviewed by: jbeich, dim Differential Revision: https://reviews.freebsd.org/D14058 Changes: head/shells/fish/files/patch-src_common.h |