$NetBSD: patch-ac,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $ --- src/cfortran.h.orig Sat Nov 6 22:17:00 1999 +++ src/cfortran.h Sat Nov 6 22:17:45 1999 @@ -80,7 +80,7 @@ #if !(defined(mipsFortran)||defined(DECFortran)||defined(vmsFortran)||defined(CONVEXFortran)||defined(PowerStationFortran)) /* If no Fortran compiler is given, we choose one for the machines we know. */ #if defined(lynx) || defined(VAXUltrix) || defined(linux) || defined(_HIUX_SOURCE) || \ - defined(__FreeBSD__) + defined(__FreeBSD__) || defined(__NetBSD__) #define f2cFortran /* Lynx: Only support f2c at the moment. VAXUltrix: f77 behaves like f2c. Support f2c or f77 with gcc, vcc with f2c.