summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-02-05 11:40:55 +0000
committeragc <agc@pkgsrc.org>1998-02-05 11:40:55 +0000
commit2ddf8f3af7b592c00790eac6c7f7ff3028b0ec2c (patch)
tree36d46d35295871584b3b636ca4867de3888d8406 /graphics/xpaint
parent7e5e8918e94cadb1899d86b95509840eea625bd4 (diff)
downloadpkgsrc-2ddf8f3af7b592c00790eac6c7f7ff3028b0ec2c.tar.gz
Don't prototype srandom on NetBSD (use system header file for that)
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/patches/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpaint/patches/patch-ac b/graphics/xpaint/patches/patch-ac
index 8ca7032c794..f31d3df3ca2 100644
--- a/graphics/xpaint/patches/patch-ac
+++ b/graphics/xpaint/patches/patch-ac
@@ -4,7 +4,7 @@
#ifndef linux
#if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX)
-+#if !defined(__FreeBSD__)
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
void srandom(unsigned int);
+#endif
#else