diff options
author | adam <adam@pkgsrc.org> | 2005-09-07 14:10:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-07 14:10:16 +0000 |
commit | a5f075525c7abfedbee6ed2ca69226bf2285ccb7 (patch) | |
tree | 0788098a170818183880a360caf8c54aee7fd84a /graphics/xpaint/patches/patch-aa | |
parent | a53257b5c26d560ad042b16ec31ab3376f25cceb (diff) | |
download | pkgsrc-a5f075525c7abfedbee6ed2ca69226bf2285ccb7.tar.gz |
Fix buildling on DragonflyBSD and FreeBSD; courtesy of Steve O'Hara-Smith
Diffstat (limited to 'graphics/xpaint/patches/patch-aa')
-rw-r--r-- | graphics/xpaint/patches/patch-aa | 4 |
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 |