Broken on sparc64.
This commit is contained in:
parent
ba904a5448
commit
b55b5f7fd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227491
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue