diff options
Diffstat (limited to 'x11/xinvest/patches/patch-aa')
-rw-r--r-- | x11/xinvest/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xinvest/patches/patch-aa b/x11/xinvest/patches/patch-aa new file mode 100644 index 00000000000..a945f63698f --- /dev/null +++ b/x11/xinvest/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $ +--- portfolio.c.orig Mon Sep 22 16:50:40 1997 ++++ portfolio.c Tue Dec 22 13:08:26 1998 +@@ -32,7 +32,7 @@ + #include <monetary.h> + #endif + +-#ifndef NeXT ++#if !defined(NeXT) && !defined(__NetBSD__) + #include <values.h> + #endif + |