diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:15:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:15:57 +0000 |
commit | e50bdc5bfa6bc13c6fcde2a3bf211ad3590397c8 (patch) | |
tree | 9c673cfd1462fd7bf5b22aa350f09317b9508077 /audio/rio500 | |
parent | fbfaa7b274db7c312d7566ac636da9661135e15c (diff) | |
download | ports-e50bdc5bfa6bc13c6fcde2a3bf211ad3590397c8.tar.gz ports-e50bdc5bfa6bc13c6fcde2a3bf211ad3590397c8.zip |
Notes
Diffstat (limited to 'audio/rio500')
-rw-r--r-- | audio/rio500/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index 41dc66f49dd2..ebf18b84befb 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -20,4 +20,10 @@ CONFIGURE_ARGS= --with-devicepath='/dev' \ --with-deviceentry='urio0' \ --with-id3support -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + +.include <bsd.port.post.mk> |