git: afda2069bf4d - main - sysutils/b2sum: Use = instead of += for option helper
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 05:49:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=afda2069bf4d9ce248460877c27231ff7b0f1b0d commit afda2069bf4d9ce248460877c27231ff7b0f1b0d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:36:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:36:31 +0000 sysutils/b2sum: Use = instead of += for option helper --- sysutils/b2sum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index af4af174cdcc..ad34c476bec9 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -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>