summaryrefslogtreecommitdiff
path: root/lang/newlisp-devel/files/patch-newlisp.h
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2013-03-09 22:59:34 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2013-03-09 22:59:34 +0000
commit1f6c5ec12fb67d93cea70d5a939925cff67d6451 (patch)
tree6a1850ea98930649245edf658e16e55cb44df4f1 /lang/newlisp-devel/files/patch-newlisp.h
parentMark IGNORE for now, it need uncommitted parts which aren't ready yet. (diff)
Add lang/newlisp-devel, tracking development versions of lang/newlisp.
Notes
Notes: svn path=/head/; revision=313772
Diffstat (limited to '')
-rw-r--r--lang/newlisp-devel/files/patch-newlisp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/newlisp-devel/files/patch-newlisp.h b/lang/newlisp-devel/files/patch-newlisp.h
new file mode 100644
index 000000000000..2d9613814c98
--- /dev/null
+++ b/lang/newlisp-devel/files/patch-newlisp.h
@@ -0,0 +1,16 @@
+
+$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 ""