ports/devel/libffi/patches/patch-configure_host

13 lines
371 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure.host
--- configure.host.orig
+++ configure.host
@@ -223,7 +223,7 @@ case "${host}" in
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
CFLAGS="$CFLAGS -D__NO_FPRS__"
;;
- powerpc64-*-freebsd* | powerpc64le-*-freebsd*)
+ powerpc64-*-freebsd* | powerpc64le-*-freebsd* | powerpc64-*-openbsd*)
TARGET=POWERPC; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)