diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-28 16:46:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-28 16:46:23 +0000 |
commit | a11dcc5cc3cb006237ecaeafd4c2e8f511c95313 (patch) | |
tree | 00b46b41bdd4c1f3351487f93e6fa816fc314419 /japanese/vje30/files/patch-xkoho.c | |
parent | After update of linux_base to 7.1 in rev 1.60, correct detection (diff) |
Apply the latest fixes from the vendor and some additional patches to
fix build on FreeBSD.
Bump PORTREVISION, of course.
Diffstat (limited to '')
-rw-r--r-- | japanese/vje30/files/patch-xkoho.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/vje30/files/patch-xkoho.c b/japanese/vje30/files/patch-xkoho.c new file mode 100644 index 000000000000..211737b8488e --- /dev/null +++ b/japanese/vje30/files/patch-xkoho.c @@ -0,0 +1,9 @@ +--- delta/newFrontend/xkoho.c.orig Fri May 17 14:12:28 2002 ++++ delta/newFrontend/xkoho.c Wed May 29 00:20:49 2002 +@@ -1795,4 +1795,6 @@ + if (!rc) { + return (FALSE); + } ++ ++ return (TRUE); + } |