diff options
Diffstat (limited to 'japanese/iv/files/patch-bh')
-rw-r--r-- | japanese/iv/files/patch-bh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/japanese/iv/files/patch-bh b/japanese/iv/files/patch-bh deleted file mode 100644 index 2c0e6470c41c..000000000000 --- a/japanese/iv/files/patch-bh +++ /dev/null @@ -1,15 +0,0 @@ ---- ./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__ >= 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> |