summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpaint/patches/patch-aa')
-rw-r--r--graphics/xpaint/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xpaint/patches/patch-aa b/graphics/xpaint/patches/patch-aa
index 3d402bd1f89..2519888d7db 100644
--- a/graphics/xpaint/patches/patch-aa
+++ b/graphics/xpaint/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2001/03/30 21:44:49 hubertf Exp $
+$NetBSD: patch-aa,v 1.5 2005/01/31 09:24:07 adam Exp $
---- misc.h.orig Mon Oct 2 22:56:30 2000
+--- misc.h.orig 2004-09-22 14:20:24.000000000 +0000
+++ misc.h
-@@ -23,7 +23,7 @@
+@@ -24,7 +24,7 @@
long random(void);
#endif
--#if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__)
-+#if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__) & !defined(__NetBSD__)
+-#if !defined(__VMS) & !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__)
++#if !defined(__VMS) & !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__) & !defined(__NetBSD__)
#if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
void srandom(unsigned int);
#else