Date: Tue, 21 May 2019 12:53:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238021] graphics/milton: fix build with GCC-based architectures, please portlint Message-ID: <bug-238021-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238021 Bug ID: 238021 Summary: graphics/milton: fix build with GCC-based architectures, please portlint Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: danfe@FreeBSD.org Reporter: pkubaj@FreeBSD.org Assignee: danfe@FreeBSD.org Flags: maintainer-feedback?(danfe@FreeBSD.org) Created attachment 204508 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204508&action= =3Dedit patch Move USE_GITHUB and INSTALLS_ICONS to please portlint. Add -DNO_WARN_X86_INTRINSICS -maltivec -mvsx to CXXFLAGS on powerpc64 to use the new Intel SIMD software translation mode in GCC. Add ifdefs for a couple of E* macros to files/patch-src_shadergen.cc. Errors: /wrkdirs/usr/ports/graphics/milton/work/milton-1.6.0/src/shadergen.cc:364:1= 3: error: 'ENODATA' was not declared in this scope case ENODATA: str =3D "No message is available on the STREA= M head read queue (POSIX.1)"; break; ^~~~~~~ /wrkdirs/usr/ports/graphics/milton/work/milton-1.6.0/src/shadergen.cc:364:1= 3: note: suggested alternative: 'ENOTTY' case ENODATA: str =3D "No message is available on the STREA= M head read queue (POSIX.1)"; break; ^~~~~~~ ENOTTY --=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-238021-7788>