From d0094e951a8f7bd1f793e0cd66cc6ed91b034a58 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Tue, 11 Jan 2000 15:52:35 +0000 Subject: Fix build error under 4-current and new egcs/C++ compiler. PR: ports/16024 Submitted by: MIHIRA Yoshiro --- japanese/iv/files/patch-cd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 japanese/iv/files/patch-cd (limited to 'japanese/iv/files/patch-cd') diff --git a/japanese/iv/files/patch-cd b/japanese/iv/files/patch-cd new file mode 100644 index 000000000000..0fc7e791112b --- /dev/null +++ b/japanese/iv/files/patch-cd @@ -0,0 +1,11 @@ +--- src/bin/ibuild/ibed.c.org Wed Nov 11 03:16:15 1992 ++++ src/bin/ibuild/ibed.c Wed Jan 5 22:42:25 2000 +@@ -672,7 +672,7 @@ + return tools; + } + +-static const unit = 15; ++static const int unit = 15; + + static Coord xClosed[] = { unit/5, unit, unit, unit*3/5, 0 }; + static Coord yClosed[] = { 0, unit/5, unit*3/5, unit, unit*2/5 }; -- cgit v1.2.3