HomeFreeBSD

editors/biew: unbreak the port's build against Clang 15

Description

editors/biew: unbreak the port's build against Clang 15

This quite old and obscure codebase typedefs its own `bhandle_t'
type as `void *' on 64-bit machines for some reason, feeding it
to POSIX file I/O functions that accept `int' as file descriptor
regardless of the machine word size. Remove this conditional.

Reported by: pkg-fallout

Details

Provenance
danfeAuthored on Feb 15 2023, 7:50 AM
Parents
R11:1e8f2fb060fd: mail/exim: actually fix the bug in code (+)
Branches
Unknown
Tags
Unknown