www/firefox: unbreak aarch64 after r444090

error[E0412]: cannot find type `c_long` in this scope
   --> third_party/rust/libc/src/lib.rs:192:45
    |
192 |     pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    |                                             ^^^^^^ not found in this scope
    |
    = help: possible candidate is found in another module, you can import it into scope:
              `use core::os::raw::c_long;`

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2017-06-29 15:43:50 +00:00
parent 8645ea22d7
commit a85b06a12b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444651
2 changed files with 9688 additions and 0 deletions

View file

@ -4,6 +4,7 @@
PORTNAME= firefox
DISTVERSION= 54.0.1
DISTVERSIONSUFFIX=.source
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

File diff suppressed because one or more lines are too long