summaryrefslogtreecommitdiff
path: root/lang/ficl/files/patch-ficl.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /lang/ficl/files/patch-ficl.h
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'lang/ficl/files/patch-ficl.h')
-rw-r--r--lang/ficl/files/patch-ficl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ficl/files/patch-ficl.h b/lang/ficl/files/patch-ficl.h
deleted file mode 100644
index 556f0ae5bf42..000000000000
--- a/lang/ficl/files/patch-ficl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)