Mark BROKEN on FreeBSD-7, untill a fix is found.

Reported by:	pointyhat, via Pav & Erwin
This commit is contained in:
Thierry Thomas 2010-09-23 18:50:22 +00:00
parent 5b9ced9f13
commit 05ff6d3cbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261712

View file

@ -94,6 +94,10 @@ CONFIGURE_ARGS+=--with-python=no
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= Does not build on FreeBSD-7
.endif
.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libfftw3.so)
WITH_FFTW3= yes
.endif