aboutsummaryrefslogtreecommitdiff
path: root/finance/xquote/files/patch-ab
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-22 14:07:51 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-22 14:07:51 +0000
commita623d85beeab332edbe16e342c2626ba756b3742 (patch)
tree4d53139ef9305b1ae68286d08d20d2afde601dbf /finance/xquote/files/patch-ab
parent6b4d5d3e8f083a0895789ee93be7c467b8116aa2 (diff)
downloadports-a623d85beeab332edbe16e342c2626ba756b3742.tar.gz
ports-a623d85beeab332edbe16e342c2626ba756b3742.zip
Notes
Diffstat (limited to 'finance/xquote/files/patch-ab')
-rw-r--r--finance/xquote/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/finance/xquote/files/patch-ab b/finance/xquote/files/patch-ab
new file mode 100644
index 000000000000..a65cfac404fd
--- /dev/null
+++ b/finance/xquote/files/patch-ab
@@ -0,0 +1,14 @@
+--- util.c.orig Tue Sep 23 01:50:42 1997
++++ util.c Mon Nov 17 11:06:50 1997
+@@ -239,9 +239,9 @@
+ #endif
+
+
+-#if defined(__FreeBSD__) || defined (NEED_STRPTIME)
++#if defined (NEED_STRPTIME)
+
+-/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime.
++/* Weird, IRIX 5 doesn't have this, but do have strftime.
+ ** This is a crippled implementation, only supporting the formats
+ ** actually used in the rest of Xinvest. Note that the return _value_
+ ** does not conform to the man page either.