2013-09-26 17:14:40 +02:00

13 lines
420 B
Plaintext

$NetBSD: patch-df,v 1.1 2013/06/17 12:43:28 wiz Exp $
--- support/mph.h.orig 2010-04-22 18:37:47.000000000 +0300
+++ support/mph.h 2010-04-29 09:50:38.000000000 +0300
@@ -36,7 +36,7 @@
#include <stdint.h> /* for SIZE_MAX */
#endif
-#if __APPLE__ || __BSD__ || __FreeBSD__ || __OpenBSD__
+#if __APPLE__ || __BSD__ || __FreeBSD__ || __OpenBSD__ || __NetBSD__ || __DragonFly__
#define MPH_ON_BSD
#endif