freebsd-ports/finance/opentaxsolver/files/patch-src-GUI-otk_lib-otk_lib.c
Pav Lucistnik 8ca878d00f OpenTaxSolver (OTS) is a free program for calculating Tax Form
entries and tax-owed or refund-due, such as US Federal or State
personal income taxes. An optional graphical front-end, OTS_GUI,
has been added. Preliminary versions for Canada and the United
Kingdom were posted in previous years and may be updated with help
from volunteers.

Motivations include:

    * To make tax preparation software available for all platforms.
    * To provide insight into how our taxes are calculated in clear
      unambiguous equations/code.
    * To avoid invasive, bloated commercial software packages.
    * To avoid rewriting our own individual programs each year by
      combining efforts.
    * To provide a simple reliable tax-package requiring only
      rudimentary knowledge to maintain.

WWW: http://opentaxsolver.sourceforge.net/

PR:		ports/95529
Submitted by:	John Hein <jhein@timing.com>
2006-08-28 21:05:20 +00:00

13 lines
301 B
C

--- src/GUI/otk_lib/otk_lib.c.orig Fri Mar 31 21:42:34 2006
+++ src/GUI/otk_lib/otk_lib.c Sat Apr 8 11:50:21 2006
@@ -38,6 +38,10 @@
/* Set debug switch. 1=verbose. 0=quiet. */
#define DEBUG if (0)
+#ifdef __FreeBSD__
+#include <sys/time.h>
+#endif
+
#include "otk_lib.h"
int Otk_verbose=0;