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
This commit is contained in:
Mark Linimon 2011-11-05 20:07:31 +00:00
parent 6844245967
commit 0772676ce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285119

View File

@ -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