diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index fe0f9104d84..c99f90b5b85 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2008/04/21 00:38:19 jakemsr Exp $ +# $OpenBSD: Makefile,v 1.13 2008/04/22 21:19:59 steven Exp $ COMMENT-main= C routines for computing the Discrete Fourier Transform COMMENT-common= common files for the fftw3 packages @@ -6,8 +6,8 @@ COMMENT-common= common files for the fftw3 packages V= 3.1.2 DISTNAME= fftw-${V} PKGNAME= fftw3-${V} -FULLPKGNAME-main= fftw3-${V}p2 -FULLPKGNAME-common= fftw3-common-${V}p0 +FULLPKGNAME-main= fftw3-${V}p3 +FULLPKGNAME-common= fftw3-common-${V}p1 SHARED_LIBS= fftw3 4.2 \ fftw3f 4.2 CATEGORIES= math @@ -39,14 +39,9 @@ CONFIGURE_STYLE=gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --with-portable-binary -# g77 fails to compile (ICE) test programs on sgi -.if ${MACHINE_ARCH} == "mips64" -CONFIGURE_ARGS+=--disable-fortran -.endif - .if ${FLAVOR} == "float" CONFIGURE_ARGS+=--enable-float -FULLPKGNAME-main= fftw3-float-${V}p0 +FULLPKGNAME-main= fftw3-float-${V}p1 .endif FULLPKGPATH-common= math/fftw3,-common