Summary: | devel/boost-jam: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | FreeBSD Office Team <office> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | office, sbruno | ||||
Priority: | --- | Keywords: | needs-qa | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(office) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
This was also hit in the fbsd cluster while build PPC ports. I have already been using an identical patch on ppcports, and it builds. So, approved as mentor. IIUC this should now be committable via maintainer-timeout. A commit references this bug: Author: pkubaj Date: Tue Sep 10 11:40:25 UTC 2019 New revision: 511754 URL: https://svnweb.freebsd.org/changeset/ports/511754 Log: devel/boost-jam: fix build on GCC architectures Use new GCC on GCC architectures: The error: cc1plus: error: unrecognized command line option "-std=c++11" PR: 240065 Approved by: linimon (mentor), office (maintainer timeout) Changes: head/devel/boost-jam/Makefile |
Created attachment 206838 [details] patch I'm sending a PR just in case, since lots of ports depend on this one. The error: cc1plus: error: unrecognized command line option "-std=c++11"