summaryrefslogtreecommitdiff
path: root/finance/xquote
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-29 06:17:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-29 06:17:40 +0000
commit3eb20ef8172f66e56b545d17ad5937e1be8b611f (patch)
tree53942251da2a781e432cd8ef0841d012b7f03d99 /finance/xquote
parentFix build (removal of <values.h>) (diff)
Fix build (removal of <values.h>)
Notes
Notes: svn path=/head/; revision=67225
Diffstat (limited to 'finance/xquote')
-rw-r--r--finance/xquote/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/xquote/files/patch-ae b/finance/xquote/files/patch-ae
new file mode 100644
index 000000000000..ffb87a7190cd
--- /dev/null
+++ b/finance/xquote/files/patch-ae
@@ -0,0 +1,11 @@
+--- color.c.orig Sat Sep 28 23:16:31 2002
++++ color.c Sat Sep 28 23:16:43 2002
+@@ -25,7 +25,7 @@
+
+ #include <stdio.h>
+
+-#if !defined(__NetBSD__)
++#if !defined(__NetBSD__) && !defined(__FreeBSD__)
+ #include <values.h>
+ #endif
+