summaryrefslogtreecommitdiff
path: root/finance/xinvest/patches/patch-ac
blob: 3aea74db1154d5e656c58c1cbaa005e658c56fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.3 2006/01/12 21:46:13 joerg Exp $

--- portfolio.c.orig	2006-01-12 21:35:18.000000000 +0000
+++ portfolio.c
@@ -36,7 +36,7 @@
 #include <string.h>
 #include <math.h>
 
-#if !defined(NeXT) && !defined(__NetBSD__)
+#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
 #include <values.h>
 #endif