diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mac/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index ae915bb1758c..6ef6162e21a3 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -29,6 +29,9 @@ WRKSRC= ${WRKDIR}/mac-3.99-u4 INSTALLS_SHLIB= yes +# does not compile on sparc64 +NOT_FOR_ARCHS= sparc64 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |