diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-07-09 21:53:42 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-07-09 21:53:42 +0000 |
commit | c326feac8df5b40fb20da023a2d151ed9555cb39 (patch) | |
tree | b6fa4dc1047b363b8d7f501ef1f644f50ef4a021 /japanese/iv/files/patch-be | |
parent | Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69. (diff) |
Modified to build on 5-current(use gcc 2.95)
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=84547
Diffstat (limited to 'japanese/iv/files/patch-be')
-rw-r--r-- | japanese/iv/files/patch-be | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/iv/files/patch-be b/japanese/iv/files/patch-be index 7bec291bfe9c..f817d5f16cd4 100644 --- a/japanese/iv/files/patch-be +++ b/japanese/iv/files/patch-be @@ -1,12 +1,15 @@ ---- src/lib/Unidraw/catcmds.c.orig Thu May 27 20:08:11 1999 -+++ src/lib/Unidraw/catcmds.c Thu May 27 20:08:33 1999 -@@ -42,7 +42,9 @@ +--- ./src/lib/Unidraw/catcmds.c.orig Tue Jul 8 23:30:56 2003 ++++ ./src/lib/Unidraw/catcmds.c Wed Jul 9 00:04:05 2003 +@@ -42,7 +42,12 @@ #include <InterViews/window.h> #include <OS/string.h> -+#if __FreeBSD_cc_version < 400002 ++#if __FreeBSD__ >= 2 ++#include <osreldate.h> ++#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) #include <osfcn.h> +#endif ++#endif #include <stdio.h> #include <stdlib.h> #include <stream.h> |