diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2014-03-05 03:17:04 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2014-03-05 03:17:04 +0000 |
commit | 2212333b8101595be4685fc8b93514bc210dcaa4 (patch) | |
tree | 2edde969dcaec62a27722579a13a257c5ab1d696 /math/fftw3-long | |
parent | 710facb2204f9c551f3869f0c84fa3fd1ee756fc (diff) |
Fix i386 builds using clang [1]; use staging;
remove some outdated material
PR: 186998 [1]
Submitted by: truckman [1]
Notes
Notes:
svn path=/head/; revision=347093
Diffstat (limited to 'math/fftw3-long')
-rw-r--r-- | math/fftw3-long/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index d31fd3723c63..19d1cd4fc488 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -7,5 +7,4 @@ COMMENT= Fast Discrete Fourier Transform (Long Double Precision C Routines) FFTW3_FLAVOR= long MASTERDIR= ${.CURDIR}/../../math/fftw3 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |