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