mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
206 B
C
11 lines
206 B
C
--- src/alien.c.orig
|
|
+++ src/alien.c
|
|
@@ -332,7 +332,7 @@
|
|
#define FFI_STDCALL FFI_DEFAULT_ABI
|
|
#endif
|
|
|
|
-#ifdef __APPLE__
|
|
+#if defined(__APPLE__) || defined(BSD)
|
|
#define FFI_SYSV FFI_DEFAULT_ABI
|
|
#endif
|
|
|