$NetBSD: patch-aa,v 1.5 2012/03/28 09:04:12 mwdavies Exp $

--- plugins/chartshape/kdchart/kdablibfakes/src/KDABLibFakes.h.orig	2009-10-04 03:41:25.000000000 +1300
+++ plugins/chartshape/kdchart/kdablibfakes/src/KDABLibFakes.h
@@ -72,7 +72,7 @@
 #include <float.h>
 #define ISNAN(x ) _isnan(x )
 #define ISINF(x ) (!(_finite(x ) + _isnan(x ) ) )
-#elif defined (Q_OS_DARWIN) || defined (Q_OS_CYGWIN)
+#elif defined (Q_OS_DARWIN) || defined (Q_OS_CYGWIN) || defined (Q_OS_NETBSD)
 #define ISNAN(x) std::isnan(x)
 #define ISINF(x) std::isinf(x)
 #else
