drop --disable-fortran workaround for sgi.

miod@ fixed g77 and confirmed fftw3 now builds.
This commit is contained in:
steven 2008-04-22 21:19:59 +00:00
parent 873d1c43aa
commit ab4b7af28b

View File

@ -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