summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bi
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-20 05:36:53 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-20 05:36:53 +0000
commit418136972c475af8b1ae8a8650bdcd148a372861 (patch)
treea37601ae7199f47bb8c7859c36573e93f7c44471 /japanese/iv/files/patch-bi
parentChanged from HAS_CONFIGURE to GNU_CONFIGURE in Makefile (diff)
Modified to build on 4-current
PR: 13744 Submiited by: maintainer
Notes
Notes: svn path=/head/; revision=21818
Diffstat (limited to '')
-rw-r--r--japanese/iv/files/patch-bi12
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bi b/japanese/iv/files/patch-bi
new file mode 100644
index 000000000000..1d957ffda908
--- /dev/null
+++ b/japanese/iv/files/patch-bi
@@ -0,0 +1,12 @@
+--- src/bin/iclass/direct.c.orig Thu May 27 21:46:51 1999
++++ src/bin/iclass/direct.c Thu May 27 21:47:19 1999
+@@ -30,7 +30,9 @@
+ #include <OS/string.h>
+ #include <OS/types.h>
+ #include <stddef.h>
++#if __FreeBSD_cc_version < 400002
+ #include <osfcn.h>
++#endif
+ #include <pwd.h>
+ #include <string.h>
+ #include <stdlib.h>