sysutils/b2sum: Use = instead of += for option helper
This commit is contained in:
parent
586aaee6b6
commit
afda2069bf
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ OPTIONS_DEFINE= OPENMP OPTIMIZED_CFLAGS SSE
|
|||
OPTIONS_DEFAULT_amd64= SSE
|
||||
SSE_DESC= Use SSE2, SSSE3, SSE4.1, AVX or XOP instructions
|
||||
|
||||
OPENMP_CFLAGS+= -fopenmp
|
||||
OPENMP_CFLAGS= -fopenmp
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue