freebsd-ports/lang/ficl-devel/files/patch-ficl.h
Bruce M Simpson e82a259642 New port: Ficl is a programming language interpreter designed to be
embedded into other systems as a command, macro, and development prototyping
language.

FreeBSD uses ficl in its loader. So far we haven't done much more in
this area, perhaps importing a port will encourage further fruitful
exploitation of this valuable tool.
2003-12-08 19:00:36 +00:00

11 lines
332 B
C

--- ficl.h.orig Mon Dec 8 18:33:42 2003
+++ ficl.h Mon Dec 8 18:33:58 2003
@@ -163,6 +163,8 @@
#include "ficlplatform/ansi.h"
#elif defined(_WIN32)
#include "ficlplatform/win32.h"
+#elif defined (FREEBSD)
+ #include "ficlplatform/unix.h"
#elif defined (FREEBSD_ALPHA)
#include "ficlplatform/alpha.h"
#elif defined(linux)