git: 498d092add95 - main - biology/seqwish: Add comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Aug 2023 06:37:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=498d092add953755ff70e2fd974073fd74ae50f1 commit 498d092add953755ff70e2fd974073fd74ae50f1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-25 06:22:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-25 06:22:32 +0000 biology/seqwish: Add comment --- biology/seqwish/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/seqwish/Makefile b/biology/seqwish/Makefile index ab93956f3536..6572433d090e 100644 --- a/biology/seqwish/Makefile +++ b/biology/seqwish/Makefile @@ -15,6 +15,8 @@ BROKEN_i386= compilation fails: error: use of undeclared identifier '_pdep_u64' USES= cmake:noninja +#CMAKE_ARGS= -DEXTRA_FLAGS="" # disable -march=native ; this causes the link failure: undefined symbol: __sync_val_compare_and_swap_16 + PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= OPENMP