Summary: | games/netradiant: fix build with GCC-based architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Alexey Dokuchaev <danfe> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(danfe) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: pkubaj Date: Fri Jun 14 07:15:06 UTC 2019 New revision: 504167 URL: https://svnweb.freebsd.org/changeset/ports/504167 Log: games/netradiant: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix linking with boost. Also replace ARCH on powerpc64 with powerpc to fix packaging. While here, add USES=gl gnome localbase:ldflags. PR: 237962 Approved by: danfe (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20612 Changes: head/games/netradiant/Makefile |
Created attachment 204440 [details] patch Add USES=compiler:c++11-lang to fix linking with boost. Also replace ARCH on powerpc64 with powerpc to fix packaging. While here, add USES=gl gnome localbase:ldflags.