| Summary: | games/dhewm3: fix build with GCC-based architectures | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed Not A Bug | ||||||
| Severity: | Affects Only Me | CC: | amdmi3, linimon | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
(In reply to Piotr Kubaj from comment #0) Should be fixed with https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239648. A commit references this bug: Author: amdmi3 Date: Wed Aug 14 16:30:12 UTC 2019 New revision: 508931 URL: https://svnweb.freebsd.org/changeset/ports/508931 Log: - Add missing USES=sdl PR: 239632 Submitted by: pkubaj@FreeBSD.org Changes: head/games/dhewm3/Makefile |
Created attachment 206259 [details] patch GCC9 is much more eager at defining __GNU_SOURCE, which breaks build on FreeBSD. Also add USES=sdl.