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-float | |
parent | - Update from 4.10 to 4.11 (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-float')
-rw-r--r-- | math/fftw3-float/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile index 1341710a25a9..471fb28f59cf 100644 --- a/math/fftw3-float/Makefile +++ b/math/fftw3-float/Makefile @@ -7,5 +7,4 @@ COMMENT= Fast Discrete Fourier Transform (Single Precision C Routines) FFTW3_FLAVOR= float MASTERDIR= ${.CURDIR}/../../math/fftw3 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |