Subject: Re: more pkgsrc problems.
To: matthew green <mrg@eterna.com.au>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 04/04/2002 20:10:05
> 
> mawk's tests fail (so it fails to install):
> 
> 
> return1 = 2
> return2 = 2
> return3 = 132
> test3 failed
> compilation defines for floating point are incorrect
> *** Error code 1
> 
Floating point on VAXen are special, therefore a patch to mawk is needed:

# diff mawk-1.3.3/matherr.c.orig mawk-1.3.3/matherr.c
207c207
< #ifdef	 BSD43_VAX
---
> #ifdef __vax__

-- Ragge