Date: Sat, 05 Dec 2020 11:00:31 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251603] games/eduke32: Fix build Message-ID: <bug-251603-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251603 Bug ID: 251603 Summary: games/eduke32: Fix build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: pkubaj@FreeBSD.org Reporter: rozhuk.im@gmail.com Flags: maintainer-feedback?(pkubaj@FreeBSD.org) Assignee: pkubaj@FreeBSD.org source/build/src/lz4.c:749:15: error: no member named 'dirty' in 'LZ4_stream_t_internal' if (cctx->dirty) { ~~~~ ^ source/build/src/lz4.c:1500:20: error: no member named 'dirty' in 'LZ4_stream_t_internal' if (streamPtr->dirty) { return 0; } /* Uninitialized structure detected= */ ~~~~~~~~~ ^ 2 errors generated. Failed building obj/build/lz4.o from source/build/src/lz4.c! If liblz4 port installed. --=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-251603-7788>