diff options
author | sem <sem@FreeBSD.org> | 2004-11-27 02:23:39 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-27 02:23:39 +0800 |
commit | 3baa4f22625111aea7ee708f335c0c6d402b1c87 (patch) | |
tree | 66dedd55e78f935e71c15c0b9f126cfe3503cfcf /audio | |
parent | 924d0cf58d417030c5108451044806d286aaec6d (diff) | |
download | freebsd-ports-gnome-3baa4f22625111aea7ee708f335c0c6d402b1c87.tar.gz freebsd-ports-gnome-3baa4f22625111aea7ee708f335c0c6d402b1c87.tar.zst freebsd-ports-gnome-3baa4f22625111aea7ee708f335c0c6d402b1c87.zip |
Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.
PR: ports/74335
Submitted by: maintainer
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 |