net-im/fractal: unbreak on aarch64
error[E0308]: mismatched types --> vendor/dbus-0.2.3/src/lib.rs:106:57 | 106 | else { std::str::from_utf8( unsafe { CStr::from_ptr(*c).to_bytes() }).ok() } | ^^ expected u8, found i8 | = note: expected type `*const u8` found type `*const i8` error[E0308]: mismatched types --> vendor/rust-gmp/src/mpf.rs:123:52 | 123 | out = CString::from_raw(__gmpf_get_str(c_str.into_raw(), exp, base, n_digits, &mut self.mpf)); | ^^^^^^^^^^^^^^^^ expected i8, found u8 | = note: expected type `*const i8` found type `*mut u8` Reported by: pkg-fallout
This commit is contained in:
parent
a244c293e5
commit
1a5ff3deb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495652
178
net-im/fractal/files/patch-non-x86
Normal file
178
net-im/fractal/files/patch-non-x86
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user