diff options
Diffstat (limited to 'japanese/iv/files/patch-bd')
-rw-r--r-- | japanese/iv/files/patch-bd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bd b/japanese/iv/files/patch-bd new file mode 100644 index 000000000000..526b30db6b8d --- /dev/null +++ b/japanese/iv/files/patch-bd @@ -0,0 +1,12 @@ +--- src/lib/Unidraw/catalog.c.orig Thu May 27 20:04:40 1999 ++++ src/lib/Unidraw/catalog.c Thu May 27 20:06:39 1999 +@@ -57,7 +57,9 @@ + #include <IV-2_6/_enter.h> + + #include <ctype.h> ++#if __FreeBSD_cc_version < 400002 + #include <osfcn.h> ++#endif + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |