summaryrefslogtreecommitdiff
path: root/graphics/koverartist/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/koverartist/patches/patch-ac')
-rw-r--r--graphics/koverartist/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/koverartist/patches/patch-ac b/graphics/koverartist/patches/patch-ac
index 681ed1cf98b..604410eedb7 100644
--- a/graphics/koverartist/patches/patch-ac
+++ b/graphics/koverartist/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1.1.1 2007/06/06 11:23:09 markd Exp $
+$NetBSD: patch-ac,v 1.2 2007/06/30 18:42:24 joerg Exp $
--- src/rendererbase.cpp.orig 2006-04-28 00:52:30.000000000 +1200
+++ src/rendererbase.cpp
@@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2007/06/06 11:23:09 markd Exp $
#include <iostream>
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(__DragonFly__)
+#define fmin(a,b) ((a)<(b)?(a):(b))
+#define fmax(a,b) ((a)>(b)?(a):(b))
+#endif