Broken on sparc64.

This commit is contained in:
Mark Linimon 2009-02-03 05:19:04 +00:00
parent ba904a5448
commit b55b5f7fd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227491

View file

@ -48,6 +48,10 @@ OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.if defined(WITH_DOUBLE_SAMPLES)
CONFIGURE_ARGS+= --with-double-samples
.endif