[Bug 251603] games/eduke32: Fix build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 5 11:00:32 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251603
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 at FreeBSD.org
Reporter: rozhuk.im at gmail.com
Flags: maintainer-feedback?(pkubaj at FreeBSD.org)
Assignee: pkubaj at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list