libffi: fix mips*-musl
This commit is contained in:
parent
00dd265e2e
commit
f306acc4ac
11
srcpkgs/libffi/patches/mips.sgidefs_h.path
Normal file
11
srcpkgs/libffi/patches/mips.sgidefs_h.path
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/mips/ffitarget.h 2014-11-08 13:47:24.000000000 +0100
|
||||
+++ src/mips/ffitarget.h 2017-11-09 16:51:11.866848444 +0100
|
||||
@@ -42,7 +42,7 @@
|
||||
#define _MIPS_SIM_NABI32 2
|
||||
#define _MIPS_SIM_ABI64 3
|
||||
#elif !defined(__OpenBSD__)
|
||||
-# include <sgidefs.h>
|
||||
+# include <asm/sgidefs.h>
|
||||
#endif
|
||||
|
||||
# ifndef _ABIN32
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'libffi'
|
||||
pkgname=libffi
|
||||
version=3.2.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--includedir=/usr/include --with-pic"
|
||||
short_desc="Library supporting Foreign Function Interfaces"
|
||||
|
Loading…
x
Reference in New Issue
Block a user