diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-26 18:23:39 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-26 18:23:39 +0000 |
commit | fea96d9dd2992703370d3cc3300ac2692f69e834 (patch) | |
tree | 01256743fce1714a308c4c48a9b6c13f05d657ff /audio/mac/Makefile | |
parent | Update to 0.24.18. A buffer overrun which can prevent (diff) |
Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.
PR: ports/74335
Submitted by: maintainer
Diffstat (limited to 'audio/mac/Makefile')
-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 |