Bug 251603 - games/eduke32: Fix build
Summary: games/eduke32: Fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-05 11:00 UTC by Ivan Rozhuk
Modified: 2020-12-10 14:58 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (pkubaj)


Attachments
patch (681 bytes, patch)
2020-12-05 11:01 UTC, Ivan Rozhuk
rozhuk.im: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2020-12-05 11:00:31 UTC
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.
Comment 1 Ivan Rozhuk 2020-12-05 11:01:51 UTC
Created attachment 220274 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-10 14:58:10 UTC
A commit references this bug:

Author: pkubaj
Date: Thu Dec 10 14:57:18 UTC 2020
New revision: 557440
URL: https://svnweb.freebsd.org/changeset/ports/557440

Log:
  games/eduke32: update to 9279, add USES=localbase to fix build with liblz4 installed

  PR:		251603
  Submitted by:	rozhuk.im@gmail.com

Changes:
  head/games/eduke32/Makefile
  head/games/eduke32/distinfo