Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2005-04-05 17:46:34 +0400
committerZoltan Varga <vargaz@gmail.com>2005-04-05 17:46:34 +0400
commita2d89bfcda5eac82c2b45560e8694996925852f4 (patch)
tree21dd9be04128f0be63662d9e6407411fcd5fb84f /support
parent3391abe27c4e0d748361da392e0f40a096c87130 (diff)
2005-04-05 Zoltan Varga <vargaz@freemail.hu>
* mph.h: Apply patch from the freebsd ports collection. svn path=/trunk/mono/; revision=42566
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/mph.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index dffc19b20e9..84ae4c23899 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-05 Zoltan Varga <vargaz@freemail.hu>
+
+ * mph.h: Apply patch from the freebsd ports collection.
+
2005-02-10 Zoltan Varga <vargaz@freemail.hu>
* zlib_macros.c (create_z_stream): Explicitly check for older versions
diff --git a/support/mph.h b/support/mph.h
index f7c20f80e25..c02d9351b5b 100644
--- a/support/mph.h
+++ b/support/mph.h
@@ -35,7 +35,7 @@
#include <stdint.h> /* for SIZE_MAX */
#endif
-#if __APPLE__ || __BSD__
+#if __APPLE__ || __BSD__ || __FreeBSD__
#define MPH_ON_BSD
#endif