| Summary: | games/kobodeluxe: fails to build with libc++ 3.9 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Keywords: | easy, needs-patch |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b | ||
| Bug Depends on: | |||
| Bug Blocks: | 212343 | ||
A commit references this bug: Author: amdmi3 Date: Thu Nov 24 11:04:12 UTC 2016 New revision: 427004 URL: https://svnweb.freebsd.org/changeset/ports/427004 Log: - Fix build with clang 3.9 - Simplify plist PR: 214646 Changes: head/games/kobodeluxe/files/patch-graphics_window.cpp head/games/kobodeluxe/pkg-plist |
window.cpp:401:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *tok = strchr(txt, token); ^ ~~~~~~~~~~~~~~~~~~ http://package18.nyi.freebsd.org/data/headi386PR212343-default/2016-09-11_07h04m19s/logs/errors/kobodeluxe-0.5.1_12.log http://package18.nyi.freebsd.org/data/headamd64PR212343-default/2016-09-13_07h18m01s/logs/errors/kobodeluxe-0.5.1_12.log