Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-src_common.h,v 1.1 2014/02/24 12:35:10 wiedi Exp $
needs ieeefp.h for finite()
--- src/common.h.orig 2011-01-09 18:43:38.000000000 +0000
+++ src/common.h
@@ -19,6 +19,9 @@
#include <math.h>
#include <assert.h>
#include <float.h> // DBL_MAX
+#if defined(__sun)
+#include <ieeefp.h>
+#endif
#include "fityk.h" //ExecuteError
using fityk::ExecuteError;