aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-29 14:17:40 +0800
committerkris <kris@FreeBSD.org>2002-09-29 14:17:40 +0800
commit16dbc04ff2d4b293f3db7fd79068925817890a7f (patch)
treef018470527a863cf1fb62c816d6f4d67cf5fc3ac /finance
parent087d4872f55a38fe0afe68a9f10ad05a1cd39588 (diff)
downloadfreebsd-ports-gnome-16dbc04ff2d4b293f3db7fd79068925817890a7f.tar.gz
freebsd-ports-gnome-16dbc04ff2d4b293f3db7fd79068925817890a7f.tar.zst
freebsd-ports-gnome-16dbc04ff2d4b293f3db7fd79068925817890a7f.zip
Fix build (removal of <values.h>)
Diffstat (limited to 'finance')
-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
+