mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
16 lines
210 B
C
16 lines
210 B
C
|
|
$FreeBSD$
|
|
|
|
--- newlisp.h.orig
|
|
+++ newlisp.h
|
|
@@ -36,6 +36,10 @@
|
|
# include <ffi.h>
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+# include <ffi.h>
|
|
+#endif
|
|
+
|
|
#define LIBFFI " libffi"
|
|
#else /* not FFI */
|
|
#define LIBFFI ""
|