pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] math/fftw and DragonFly



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.
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
> 



Home | Main Index | Thread Index | Old Index