1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/lang/newlisp/files/patch-newlisp.h
Jimmy Olgeni e453411939 Add support for the extended FFI, thus enabling the optional use
of the math/gsl interface.

Also, cleanup Makefile patches.
2013-03-09 21:28:49 +00:00

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