pkgsrc-wip/dmd/patches/patch-ay

14 lines
398 B
Plaintext

$NetBSD: patch-ay,v 1.1.1.1 2011/02/16 17:10:41 thomasklausner Exp $
--- src/dmd/root/rmem.c.orig 2010-12-20 20:02:36.000000000 +0000
+++ src/dmd/root/rmem.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <string.h>
-#if linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4
+#if linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4 || __NetBSD__
#include "../root/rmem.h"
#else
#include "rmem.h"