aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-12-18 20:01:26 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-12-18 20:01:26 +0000
commit8c89ab27f6051281cd7c12af0acea70c44c95407 (patch)
tree2853b3c8a9df4dca697d7f9854499e87f23031b2 /japanese
parent206a1c23e10fe495513f6b9a7524dc4298fb2d63 (diff)
downloadports-8c89ab27f6051281cd7c12af0acea70c44c95407.tar.gz
ports-8c89ab27f6051281cd7c12af0acea70c44c95407.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/xvi-euc/files/patch-xvi.h16
-rw-r--r--japanese/xvi-sjis/files/patch-xvi.h15
2 files changed, 29 insertions, 2 deletions
diff --git a/japanese/xvi-euc/files/patch-xvi.h b/japanese/xvi-euc/files/patch-xvi.h
new file mode 100644
index 000000000000..b81db012cb44
--- /dev/null
+++ b/japanese/xvi-euc/files/patch-xvi.h
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- xvi.h.orig Wed Dec 18 20:45:08 2002
++++ xvi.h Wed Dec 18 20:45:25 2002
+@@ -90,9 +90,9 @@
+ * Functions which ANSI does not specify should
+ * be included in any standard header file.
+ */
++#ifndef BSD386 /* ken */
+ extern int chdir P((const char *path));
+ extern char *getcwd P((char *, unsigned));
+-#ifndef BSD386 /* ken */
+ extern void sleep P((unsigned seconds));
+ #endif
+
diff --git a/japanese/xvi-sjis/files/patch-xvi.h b/japanese/xvi-sjis/files/patch-xvi.h
index 598e4e85a71d..d9205edb3126 100644
--- a/japanese/xvi-sjis/files/patch-xvi.h
+++ b/japanese/xvi-sjis/files/patch-xvi.h
@@ -1,5 +1,16 @@
---- xvi.h.orig Tue Aug 27 14:27:05 2002
-+++ xvi.h Tue Aug 27 14:27:05 2002
+--- xvi.h.orig Wed Dec 18 20:50:06 2002
++++ xvi.h Wed Dec 18 20:50:43 2002
+@@ -90,9 +90,9 @@
+ * Functions which ANSI does not specify should
+ * be included in any standard header file.
+ */
++#ifndef BSD386 /* ken */
+ extern int chdir P((const char *path));
+ extern char *getcwd P((char *, unsigned));
+-#ifndef BSD386 /* ken */
+ extern void sleep P((unsigned seconds));
+ #endif
+
@@ -151,11 +151,7 @@
# else
# define KANJI_VER "jXvi K.Tsuchida"