summaryrefslogtreecommitdiff
path: root/lang/ficl-devel/files/patch-ficl.h
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-12-08 19:00:36 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-12-08 19:00:36 +0000
commite82a2596420f8c56a242ec37b9d4112392fcf99f (patch)
treeb6867e78f685078bb79e6248046521a3f7f37c2e /lang/ficl-devel/files/patch-ficl.h
parent- Update to 1.0.1 (diff)
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.
Diffstat (limited to 'lang/ficl-devel/files/patch-ficl.h')
-rw-r--r--lang/ficl-devel/files/patch-ficl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ficl-devel/files/patch-ficl.h b/lang/ficl-devel/files/patch-ficl.h
new file mode 100644
index 000000000000..556f0ae5bf42
--- /dev/null
+++ b/lang/ficl-devel/files/patch-ficl.h
@@ -0,0 +1,11 @@
+--- 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)