Bug 228638 - [PATCH] emulators/fceux: Fix a build error due to C++11
Summary: [PATCH] emulators/fceux: Fix a build error due to C++11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-31 13:44 UTC by Julien Nadeau
Modified: 2018-09-08 09:05 UTC (History)
3 users (show)

See Also:


Attachments
Proposed patch (1.45 KB, patch)
2018-05-31 13:44 UTC, Julien Nadeau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nadeau 2018-05-31 13:44:45 UTC
Created attachment 193868 [details]
Proposed patch

The proposed patch to emulators/fceux fixes a build error (conversion error due to C++11).
Comment 1 Stefan Ehmann 2018-08-11 08:09:32 UTC
Could someone please commit this fix? Without the patch fceux fails to build on 11.2-RELEASE.

Upstream uses the same fix:
https://github.com/TASVideos/fceux/commit/4245280271f5ef33fcc6d86026614ddc924e3176
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-08-25 05:26:16 UTC
Sorry, I didn't know this PR existed.  I solved this via compiler flags
in ports r478002.  It would be best to remove them again when/if this patch
is committed.