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