mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
13 lines
198 B
C
13 lines
198 B
C
--- 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 ""
|