Subject: re: more pkgsrc problems.
To: Anders Magnusson <ragge@ludd.luth.se>
From: matthew green <mrg@eterna.com.au>
List: port-vax
Date: 04/07/2002 00:09:27
>
> 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__
i commited a fix for this.
thanks.