Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- src/effects/NoiseRemoval.cpp.orig 2006-11-15 05:12:10.000000000 +0100
+++ src/effects/NoiseRemoval.cpp 2012-01-15 19:19:20.622909031 +0100
@@ -16,6 +16,10 @@
#include <math.h>
+#ifdef __sun
+#include <ieeefp.h>
+#endif
+
#if defined(__WXMSW__) && !defined(__CYGWIN__)
#include <float.h>
#define finite(x) _finite(x)