Date: Thu, 12 Jul 2018 11:56:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229723] games/dungeoncrawl: unbreak on clang6 (use c++98) / unbreak on aarch64 Message-ID: <bug-229723-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229723 Bug ID: 229723 Summary: games/dungeoncrawl: unbreak on clang6 (use c++98) / unbreak on aarch64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: greg@unrelenting.technology Created attachment 195074 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195074&action= =3Dedit dungeoncrawl.patch C++17 mode by default implies -Wc++11-narrowing, which results in an error (itemname.cc:2788) on amd64, plus a ton of errors related to chars being unsigned on aarch64. Add -std=3Dc++98 to fix in general, and -fsigned-char to make it work with = the assumption that chars are signed. (Though the game actually works on aarch64 even without -fsigned-char lol.) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229723-7788>