diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 04:15:57 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 04:15:57 +0000 |
commit | 988c1a0f4316273aa32d7610ee9ba3bd0c131f6c (patch) | |
tree | f3eefe86df33b6e5f46c30752c96feed412b7ad3 /audio | |
parent | 1ea6a4090a942ed6eb550c699aca92099fc359be (diff) | |
download | FreeBSD-ports-988c1a0f4316273aa32d7610ee9ba3bd0c131f6c.zip FreeBSD-ports-988c1a0f4316273aa32d7610ee9ba3bd0c131f6c.tar.gz |
BROKEN: Does not compile on sparc64
Diffstat (limited to 'audio')
-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 41dc66f..ebf18b8 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> |