aboutsummaryrefslogtreecommitdiff
path: root/audio/beast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r--audio/beast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 182051b1522d..6772cc0e1028 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -34,7 +34,7 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
-HAS_SSE!= ${SYSCTL} -n hw.instruction_sse
+HAS_SSE!= ${SYSCTL} -n hw.instruction_sse 2> /dev/null
.if ${HAS_SSE} == 1
PLIST_SUB+= SSE=""
.else