diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-20 04:55:50 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-20 04:55:50 +0000 |
commit | 39ba9398d99f43684d87c93b5fed4b8aa369d6ed (patch) | |
tree | 477fcbead545a74f9dad01fac50c9afeb99de076 /math/fftw3-long | |
parent | Properly install GConf schema files. (diff) |
- Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes
Reported by: marcus [1]
Diffstat (limited to 'math/fftw3-long')
-rw-r--r-- | math/fftw3-long/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index dcdcd6935c59..d2e7f605f794 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Fast C routines (Long Double Percision) |