summaryrefslogtreecommitdiff
path: root/finance/xquote/patches/patch-aa
blob: 8a733b0767664e92c1e687f3bedd5e686d7d0404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2006/01/12 22:06:16 joerg Exp $

--- color.c.orig	2006-01-12 21:24:54.000000000 +0000
+++ color.c
@@ -34,7 +34,7 @@ static char id[] = "$Header: /pack/anonc
 
 #include <stdio.h>
 
-#if !defined(__NetBSD__)
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
 #include <values.h>
 #endif