Summary: | x11-toolkits/fltk-devel: fix build with GCC-based architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Mark Linimon <linimon> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linimon | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: linimon Date: Wed Jan 16 05:04:54 UTC 2019 New revision: 490446 URL: https://svnweb.freebsd.org/changeset/ports/490446 Log: Base GCC doesn't support -Wno-c++11-narrowing. Replace it with USE_CXXSTD=c++98. While here, add now-recommended USES=gl, and tidy up by using localbase:ldflags. PR: 234928 Submitted by: Piotr Kubaj Changes: head/x11-toolkits/fltk-devel/Makefile *** Bug 233698 has been marked as a duplicate of this bug. *** |
Created attachment 201106 [details] patch Base GCC doesn't support -Wno-c++11-narrowing. Replace it with USE_CXXSTD=c++98. Also add USES=gl localbase:ldflags. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.