1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/deskutils/xinvest/files/patch-ae
Kevin Lo 8fa3eedb3b Update to version 2.6
PR: 22810
Submitted by: Ports Fury
2000-11-13 13:27:12 +00:00

12 lines
291 B
Plaintext

--- portfolio.c.orig Sat Feb 5 07:59:06 2000
+++ portfolio.c Sun Nov 12 15:09:56 2000
@@ -29,7 +29,7 @@
#include <string.h>
#include <math.h>
-#if !defined(NeXT) && !defined(__NetBSD__)
+#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__FreeBSD__)
#include <values.h>
#endif