pkgsrc/lang/mono2/patches/patch-am
wiz 4daf563813 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

12 lines
436 B
Text

$NetBSD: patch-am,v 1.1 2013/06/17 12:43:28 wiz Exp $
--- mono/io-layer/io.c.orig 2011-06-10 05:45:49.000000000 +0300
+++ mono/io-layer/io.c 2011-06-10 05:50:38.000000000 +0300
@@ -3589,7 +3589,7 @@ guint32 GetTempPath (guint32 len, gunich
return(ret);
}
-#ifdef HAVE_GETFSSTAT
+#if (defined(HAVE_GETFSSTAT) && defined(HAVE_SYS_STATFS_H))
/* Darwin has getfsstat */
gint32 GetLogicalDriveStrings (guint32 len, gunichar2 *buf)
{