Summary: | graphics/goxel: fails to build with clang 8 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | val, w.schwarzenfeld | ||||
Priority: | --- | Keywords: | needs-patch | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(val) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 236062 | ||||||
Attachments: |
|
Description
Jan Beich
![]() ![]() Reminder: Clang 8 was merged to 13.0-CURRENT in base r344779. Maintainers, expect pkg-fallout@ mail soon. Created attachment 202691 [details]
goxel-werror.patch
damn Werror. let's disable it
compiler suggests checkliteral(S, &LUA_SIGNATURE [+ 1], "not a"); but it is only wanted to skip the first char, the simpelst is checkliteral(S, LUA_SIGNATURE [1], "not a"); this => checkliteral(S, LUA_SIGNATURE [1], "not a"); does not work. (I wanted to cancel comment3, but it was saved....). A commit references this bug: Author: jbeich Date: Thu Mar 7 20:56:48 UTC 2019 New revision: 495000 URL: https://svnweb.freebsd.org/changeset/ports/495000 Log: graphics/goxel: unbreak with clang 8 PR: 236205 Submitted by: Greg V (maintainer) Changes: head/graphics/goxel/Makefile |