Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jan 2022 18:11:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 260885] games/openclonk: Fix build
Message-ID:  <bug-260885-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260885

            Bug ID: 260885
           Summary: games/openclonk: Fix build
           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: kevinz5000@gmail.com

Created attachment 230630
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D230630&action=
=3Dedit
Patch

Due to a recent package update, a header somewhere leaks
HAVE_SYS_INOTIFY_H. This causes a build error with a missing 'fd'
variable because the header file conditionally defines 'fd' depending on
whether or not HAVE_SYS_INOTIFY_H is defined.

Hack around this for now by explicitly #undef'ing HAVE_SYS_INOTIFY_H in
the problem file.

--=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-260885-7788>