Subject: CVS commit: pkgsrc/textproc/groff
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 03/14/2005 04:36:53
Module Name:	pkgsrc
Committed By:	tv
Date:		Mon Mar 14 04:36:53 UTC 2005

Modified Files:
	pkgsrc/textproc/groff: Makefile distinfo
Added Files:
	pkgsrc/textproc/groff/patches: patch-af

Log Message:
Make build/work on Interix.

How ugly: a hypot(near0, near0) can result in a NaN if round-off error
somehow makes the a^2+b^2 result negative.  Work around it with an
"#ifdef __INTERIX"-only fix.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/textproc/groff/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/textproc/groff/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/textproc/groff/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.