textproc/angle-grinder: fix build on powerpc
error[E0412]: cannot find type c_char in the crate root
--> /wrkdirs/usr/ports/textproc/angle-grinder/work/angle-grinder-0.18.0/cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:66:31 |
66 | pub f_mntfromname: [::c_char; 88],
| ^^^^^^ help: a type alias with a similar name exists: `c_schar` | ::: /wrkdirs/usr/ports/textproc/angle-grinder/work/angle-grinder-0.18.0/cargo-crates/libc-0.2.94/src/unix/mod.rs:6:1 |
6 | pub type c_schar = i8;