diff options
Diffstat (limited to 'audio/rio500/Makefile')
-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> |