aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-long
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2009-08-25 20:24:09 +0000
committerDiane Bruce <db@FreeBSD.org>2009-08-25 20:24:09 +0000
commit0ba6a0a241d16d086df25c7bf79e66f06b882318 (patch)
tree61c40c3901edaadaaee4b5b8ea874f731035d21a /math/fftw3-long
parent9569ca1257de548468f9796b5998c0c11f8aee7e (diff)
downloadports-0ba6a0a241d16d086df25c7bf79e66f06b882318.tar.gz
ports-0ba6a0a241d16d086df25c7bf79e66f06b882318.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)
Notes
Notes: svn path=/head/; revision=240324
Diffstat (limited to 'math/fftw3-long')
-rw-r--r--math/fftw3-long/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile
index 26b1c715f526..ab90ea52f28d 100644
--- a/math/fftw3-long/Makefile
+++ b/math/fftw3-long/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Fast C routines (Long Double Precision)