aboutsummaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bz
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-11 15:52:35 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-11 15:52:35 +0000
commitd0094e951a8f7bd1f793e0cd66cc6ed91b034a58 (patch)
treedb5ef3978ff9d2fc60f3bf46216c152189bffdb9 /japanese/iv/files/patch-bz
parente19dbbb30d623bd7c61dfa81f7ebc89fd3531630 (diff)
downloadports-d0094e951a8f7bd1f793e0cd66cc6ed91b034a58.tar.gz
ports-d0094e951a8f7bd1f793e0cd66cc6ed91b034a58.zip
Fix build error under 4-current and new egcs/C++ compiler.
PR: ports/16024 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes: svn path=/head/; revision=24646
Diffstat (limited to 'japanese/iv/files/patch-bz')
-rw-r--r--japanese/iv/files/patch-bz11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bz b/japanese/iv/files/patch-bz
new file mode 100644
index 000000000000..7df7c2a9e5ec
--- /dev/null
+++ b/japanese/iv/files/patch-bz
@@ -0,0 +1,11 @@
+--- src/bin/idraw/ided.c.org Mon Jan 3 15:33:16 2000
++++ src/bin/idraw/ided.c Mon Jan 3 15:36:25 2000
+@@ -362,7 +362,7 @@
+ return commands;
+ }
+
+-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 };