pkgsrc/x11/xview-lib/patches/patch-dn
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

16 lines
441 B
Text

$NetBSD: patch-dn,v 1.3 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/notify/sys_fcntl.c.orig 1993-06-29 05:18:17.000000000 +0000
+++ lib/libxview/notify/sys_fcntl.c
@@ -15,7 +15,11 @@ static char sccsid[] = "@(#)sys_fcnt
*/
#ifndef SVR4
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
#include <syscall.h>
+#else
+#include <sys/syscall.h>
+#endif
#else SVR4
#include <sys/syscall.h>
#endif SVR4