Subject: [PATCH] math/fftw and DragonFly
To: None <pkgsrc-users@netbsd.org>
From: Rumko <rumcic@gmail.com>
List: pkgsrc-users
Date: 12/16/2007 15:43:41
--nextPart4265339.dCBPhEX72i
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8Bit

The default in newer versions is gcc 4.1, but the fortran compiler is not
included with gcc 4.1, but only with gcc 3.4, so attached patch is needed to
be able to compile fftw without having to switch to gcc 3.4 manually.

--nextPart4265339.dCBPhEX72i
Content-Type: text/plain; name="fftw.patch"
Content-Transfer-Encoding: 8Bit
Content-Disposition: attachment; filename="fftw.patch"

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/fftw/Makefile,v
retrieving revision 1.27
diff -r1.27 Makefile
30a31,34
> .if ${OPSYS} == "DragonFly"
> ALL_ENV+=		CCVER=gcc34
> .endif
> 


--nextPart4265339.dCBPhEX72i--