diff options
author | agc <agc> | 1998-02-05 11:40:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-02-05 11:40:55 +0000 |
commit | a2132b00acfa06c7e93f0702b9e6324774feff13 (patch) | |
tree | 36d46d35295871584b3b636ca4867de3888d8406 /graphics/xpaint | |
parent | 6016922578bf8fcea5e08e6bc517948f79032b7e (diff) | |
download | pkgsrc-a2132b00acfa06c7e93f0702b9e6324774feff13.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-ac | 2 |
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 |