pkgsrc/x11/openmotif/patches/patch-ai
jlam 46ab1d5f06 Fix OpenMotif package to not overwrite X11R6 files when installed without
xpkgwedge.  Also, OpenMotif can actually be installed into ${LOCALBASE}
if xpkgwedge is installed.  Use x11.buildlink.mk and mark as
USE_BUILDLINK_ONLY, and add a buildlink.mk file for use by other package
Makefiles.
2001-09-08 20:03:43 +00:00

12 lines
396 B
Text

$NetBSD: patch-ai,v 1.2 2001/09/08 20:03:45 jlam Exp $
--- config/imake/imake.c.orig Sun Oct 29 15:34:13 2000
+++ config/imake/imake.c Sun Oct 29 15:38:27 2000
@@ -148,6 +148,7 @@
#if defined(__FreeBSD__) || defined(__NetBSD__)
/* This needs to be before _POSIX_SOURCE gets defined */
# include <sys/param.h>
+# include <sys/time.h>
# include <sys/types.h>
# include <sys/sysctl.h>
#endif