diff options
-rw-r--r-- | graphics/xv/patches/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/patches/patch-ab b/graphics/xv/patches/patch-ab index f3b6231fc18..83adbcfb571 100644 --- a/graphics/xv/patches/patch-ab +++ b/graphics/xv/patches/patch-ab @@ -14,7 +14,7 @@ !defined(aux) && \ !defined(__bsdi__) && \ ! !defined(sequent) && \ -! !defined(__FreeBSD__) +! !defined(__FreeBSD__) && !defined(__NetBSD__) # if defined(hp300) || defined(hp800) || defined(NeXT) # include <sys/malloc.h> /* it's in 'sys' on HPs and NeXT */ |