Files
bsdports/devel/libffi/files/patch-configure
2019-12-26 07:26:06 +00:00

14 lines
447 B
Plaintext

diff --git ./configure.orig ./configure
index 4b04db7..0d94fbd 100755
--- ./configure.orig
+++ ./configure
@@ -13428,7 +13428,7 @@ case "$host" in
mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
TARGET=MIPS; TARGETDIR=mips
;;
- mips*-*-linux* | mips*-*-openbsd*)
+ mips*-*-linux* | mips*-*-openbsd* | mips*-*-freebsd*)
# Support 128-bit long double for NewABI.
HAVE_LONG_DOUBLE='defined(__mips64)'
TARGET=MIPS; TARGETDIR=mips