pkgsrc/lang/mono2/patches/patch-dj
wiz 5760dc5fc4 Import mono-2.10.9nb3 as lang/mono2.
The Mono Project is an open development initiative sponsored by Ximian
that is working to develop an open source, Unix version of the Microsoft
.NET development platform.  Its objective is to enable Unix developers to
build and deploy cross-platform .NET Applications.  The project will
implement various technologies developed by Microsoft that have now been
submitted to the ECMA for standardization.

This package contains the major version 2 of mono.
2013-06-17 12:43:28 +00:00

16 lines
539 B
Text

$NetBSD: patch-dj,v 1.1 2013/06/17 12:43:28 wiz Exp $
Although DragonFly has a POSIX.1e implementation, it's too old at the
moment to be usable here.
--- support/sys-xattr.c.orig 2009-07-16 21:56:23 +0300
+++ support/sys-xattr.c 2009-07-16 21:57:26 +0300
@@ -11,7 +11,7 @@
#include <config.h>
-#if defined(HAVE_SYS_XATTR_H) || defined(HAVE_ATTR_ATTR_H) || defined(HAVE_SYS_EXTATTR_H)
+#if defined(HAVE_SYS_XATTR_H) || defined(HAVE_ATTR_ATTR_H) || (defined(HAVE_SYS_EXTATTR_H) && !defined(__DragonFly__))
#include <sys/types.h>