| Summary: | textproc/luceneplusplus: fix build with GCC-based architectures | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | linimon, pkubaj | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(arved) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
committed, thanks A commit references this bug: Author: arved Date: Sun Nov 4 21:16:56 UTC 2018 New revision: 484149 URL: https://svnweb.freebsd.org/changeset/ports/484149 Log: Attempt to fix build on powerpc64 PR: 232741 Submitted by: Piotr Kubaj Changes: head/textproc/luceneplusplus/Makefile A commit references this bug: Author: jbeich Date: Wed Nov 7 03:04:57 UTC 2018 New revision: 484379 URL: https://svnweb.freebsd.org/changeset/ports/484379 Log: textproc/luceneplusplus: drop USE_CXXSTD after r484377 PR: 232741 Changes: head/textproc/luceneplusplus/Makefile |
Created attachment 198687 [details] patch USES=compiler:c++11-lang and USE_CXXSTD=c++11 need to be defined to fix build on GCC architectures. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.