summaryrefslogtreecommitdiff
path: root/lang/newlisp/files/patch-newlisp.h
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-05-23 15:01:49 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-05-23 15:01:49 +0000
commit11640a8dc51146b41c337d030222f9c60c5c6d8b (patch)
tree8914cdc101b56a7869d8c69b53c8685f525c9bed /lang/newlisp/files/patch-newlisp.h
parent- Force linking with readline from ports (diff)
Upgrade to version 10.6.2.
Notes
Notes: svn path=/head/; revision=387132
Diffstat (limited to 'lang/newlisp/files/patch-newlisp.h')
-rw-r--r--lang/newlisp/files/patch-newlisp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/newlisp/files/patch-newlisp.h b/lang/newlisp/files/patch-newlisp.h
deleted file mode 100644
index 83e502d12cfa..000000000000
--- a/lang/newlisp/files/patch-newlisp.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 ""