ports/lang/newlisp-devel/files/patch-newlisp.h
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

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