diff options
author | db <db@FreeBSD.org> | 2009-08-26 04:24:09 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-08-26 04:24:09 +0800 |
commit | 520597c069bfcfb64412f3d13705af18eb21f2cf (patch) | |
tree | 09dc3766e70ca8c9f7684f0ed4e3af089faff5b4 /math/Makefile | |
parent | e9db7734cfb1eb44398ef0011d4cdbb6d20b356c (diff) | |
download | freebsd-ports-gnome-520597c069bfcfb64412f3d13705af18eb21f2cf.tar.gz freebsd-ports-gnome-520597c069bfcfb64412f3d13705af18eb21f2cf.tar.zst freebsd-ports-gnome-520597c069bfcfb64412f3d13705af18eb21f2cf.zip |
- After digging into the Makefile and configure for fftw3 I discovered
that USE_FORTRAN was only used to determine what name mangling scheme
it had to use to compile the shim libs for fortran, but compiling everything
using 'C' anyway.
With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran
and fftw3-fortran disapear since the shims are always built, without
necessitating the use of a USE_FORTRAN.
Approved by: ahze (Maintainer)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/Makefile b/math/Makefile index f04356592a31..dd0de4e49bf6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -74,10 +74,7 @@ SUBDIR += fftw-float SUBDIR += fftw3 SUBDIR += fftw3-float - SUBDIR += fftw3-float-fortran - SUBDIR += fftw3-fortran SUBDIR += fftw3-long - SUBDIR += fftw3-long-fortran SUBDIR += fityk SUBDIR += fpc-fftw SUBDIR += fpc-numlib |