From aa75e4367c5ed17afb6f8b15a71f5075854e1295 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Mar 2005 22:26:08 +0000 Subject: BROKEN on sparc64: Does not compile Approved by: portmgr (self) --- audio/beast/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio') diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 77e59c863cab..9010e043f78c 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -41,6 +41,10 @@ MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3 IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -E \ -e 's|(bseladspapath=)\$${libdir}/ladspa|\1"${LOCALBASE}/lib/ladspa"|' \ -- cgit