HomeFreeBSD

net-p2p/intermodal: fix build on powerpc

Description

net-p2p/intermodal: fix build on powerpc

error[E0412]: cannot find type c_long in the crate root

--> /wrkdirs/usr/ports/net-p2p/intermodal/work/intermodal-0.1.13/cargo-crates/libc-0.2.78/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:214:19
 |

214 | msgtyp: ::c_long,

|                   ^^^^^^ not found in the crate root
|

help: consider importing this type alias

|

4 + use ffi::c_long;

|

help: if you import c_long, refer to it directly

|

214 - msgtyp: ::c_long,
214 + msgtyp: c_long,

Details

Provenance
pkubajAuthored on Jul 30 2024, 3:30 PM
Parents
R11:ab52d5af3b6f: dns/doh-proxy: fix build on powerpc
Branches
Unknown
Tags
Unknown