diff options
Diffstat (limited to 'japanese/iv/files/patch-bh')
-rw-r--r-- | japanese/iv/files/patch-bh | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/iv/files/patch-bh b/japanese/iv/files/patch-bh index e6ea7c2f83c6..2c0e6470c41c 100644 --- a/japanese/iv/files/patch-bh +++ b/japanese/iv/files/patch-bh @@ -1,12 +1,15 @@ ---- src/bin/ibuild/ibdialogs.c.orig Thu May 27 21:41:29 1999 -+++ src/bin/ibuild/ibdialogs.c Thu May 27 21:41:59 1999 -@@ -60,7 +60,9 @@ +--- ./src/bin/ibuild/ibdialogs.c.orig Thu Sep 24 01:43:09 1992 ++++ ./src/bin/ibuild/ibdialogs.c Wed Jul 9 00:26:21 2003 +@@ -60,7 +60,12 @@ #include <InterViews/tray.h> #include <OS/types.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 <string.h> |