diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-06 04:07:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-06 04:07:31 +0800 |
commit | 460d484cf8ce555f92421514b48971da460053b9 (patch) | |
tree | 4677a7d8d3e739def41c3b8304df1fa15eb29ccb /audio/beast | |
parent | 98f18c583b7360798a4a36b0fe07a111966b0828 (diff) | |
download | freebsd-ports-gnome-460d484cf8ce555f92421514b48971da460053b9.tar.gz freebsd-ports-gnome-460d484cf8ce555f92421514b48971da460053b9.tar.zst freebsd-ports-gnome-460d484cf8ce555f92421514b48971da460053b9.zip |
Add a redirect for a sysctl's stderr. This fixes the package logfile
header being bogus on pointyhat on powerpc, and should have no other
effect.
Approved by: maintainer
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 2 |
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 |