1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/newlisp-devel/files/patch-newlisp.h

17 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 ""