aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-float
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-20 04:55:50 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-20 04:55:50 +0000
commit39ba9398d99f43684d87c93b5fed4b8aa369d6ed (patch)
tree477fcbead545a74f9dad01fac50c9afeb99de076 /math/fftw3-float
parent7949e844be9fb88d5489ae2424e81143d2650c18 (diff)
downloadports-39ba9398d99f43684d87c93b5fed4b8aa369d6ed.tar.gz
ports-39ba9398d99f43684d87c93b5fed4b8aa369d6ed.zip
- 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]
Notes
Notes: svn path=/head/; revision=124549
Diffstat (limited to 'math/fftw3-float')
-rw-r--r--math/fftw3-float/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile
index 86abebdebaba..f75ed3080181 100644
--- a/math/fftw3-float/Makefile
+++ b/math/fftw3-float/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
MAINTAINER= ahze@ahze.net
COMMENT= Fast C routines (Single Percision)