mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
devel/libffi: fix build on powerpc
Problem: In file included from src/powerpc/ffi.c:33: src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this target 65 | typedef __int128 float128; | ^~~~~~~~
This commit is contained in:
parent
4a4fc77883
commit
0d486a8976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542724
@ -6,6 +6,9 @@ PORTVERSION= 3.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SOURCEWARE/${PORTNAME}
|
||||
|
||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||
PATCHFILES= 01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.patch:-p1
|
||||
|
||||
MAINTAINER= zeising@FreeBSD.org
|
||||
COMMENT= Foreign Function Interface
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1575540897
|
||||
TIMESTAMP = 1595286570
|
||||
SHA256 (libffi-3.3.tar.gz) = 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056
|
||||
SIZE (libffi-3.3.tar.gz) = 1305466
|
||||
SHA256 (01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.patch) = 13299479bc5259456912afaf6d6d8fb97ed8e42938ff42902d4d7bcffe7d9660
|
||||
SIZE (01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.patch) = 1234
|
||||
|
Loading…
Reference in New Issue
Block a user