summaryrefslogtreecommitdiff
path: root/graphics/koverartist/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/koverartist/patches/patch-ab')
-rw-r--r--graphics/koverartist/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/koverartist/patches/patch-ab b/graphics/koverartist/patches/patch-ab
index 5df32285001..e7acb853103 100644
--- a/graphics/koverartist/patches/patch-ab
+++ b/graphics/koverartist/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/06/06 11:23:09 markd Exp $
+$NetBSD: patch-ab,v 1.2 2007/06/30 18:42:24 joerg Exp $
--- src/renderer.cpp.orig 2006-06-21 19:10:03.000000000 +1200
+++ src/renderer.cpp
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,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))
+#endif