freebsd-ports/japanese/iv/files/patch-be
MIHIRA Sanpei Yoshiro c326feac8d Modified to build on 5-current(use gcc 2.95)
Submitted by:	bento
2003-07-09 21:53:42 +00:00

15 lines
407 B
Text

--- ./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__ >= 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>