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-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpaint/patches/patch-aa b/graphics/xpaint/patches/patch-aa
index 2519888d7db..aaadd4f8497 100644
--- a/graphics/xpaint/patches/patch-aa
+++ b/graphics/xpaint/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2005/01/31 09:24:07 adam Exp $
+$NetBSD: patch-aa,v 1.6 2005/09/07 14:10:16 adam Exp $
--- misc.h.orig 2004-09-22 14:20:24.000000000 +0000
+++ misc.h
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.5 2005/01/31 09:24:07 adam Exp $
#endif
-#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(__VMS) & !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__) & !defined(__NetBSD__) & !defined(__DragonFly__)
#if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
void srandom(unsigned int);
#else