diff options
author | agc <agc> | 1997-11-20 13:17:41 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-20 13:17:41 +0000 |
commit | cc2d895d2d1ed898390c6ba9a65c2a2855fb4fdf (patch) | |
tree | 78d539aae033f1c2ecb91a6b83331de9f8ea3801 /graphics/xv/patches | |
parent | ce8d861fc910bed0f16bf07a65108caebdb69940 (diff) | |
download | pkgsrc-cc2d895d2d1ed898390c6ba9a65c2a2855fb4fdf.tar.gz |
Make vdcomp compile on NetBSD.
Diffstat (limited to 'graphics/xv/patches')
-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 */ |