summaryrefslogtreecommitdiff
path: root/textproc/groff/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-14 04:36:52 +0000
committertv <tv@pkgsrc.org>2005-03-14 04:36:52 +0000
commit46f86bd4c26e20ea34be9b56aa995b87b32ecc3f (patch)
treeea84ce3b924edceee77b1d56423e00899b8d7160 /textproc/groff/Makefile
parent3064bfd5199c492989f0133c87634404f6c88f91 (diff)
downloadpkgsrc-46f86bd4c26e20ea34be9b56aa995b87b32ecc3f.tar.gz
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.
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r--textproc/groff/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index b46383c6513..16a4336d3d8 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/01/18 12:54:59 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/03/14 04:36:52 tv Exp $
#
DISTNAME= groff-1.19.1
@@ -13,8 +13,6 @@ COMMENT= GNU roff text processing suite
DEPENDS+= netpbm>=10.0:../../graphics/netpbm
DEPENDS+= psutils>=1.17:../../print/psutils
-NOT_FOR_PLATFORM= Interix-*-* # endless loop in build
-
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_PERL5= YES