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:
Jan Beich 2019-03-13 20:15:56 +00:00
parent a244c293e5
commit 1a5ff3deb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495652

File diff suppressed because one or more lines are too long