Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2023 23:07:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25d04c675ed4 - main - biology/seqwish: Add comment
Message-ID:  <202311052307.3A5N7wJE089119@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25d04c675ed487d44679b27653a82501c80b4138

commit 25d04c675ed487d44679b27653a82501c80b4138
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-05 19:38:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-05 23:07:52 +0000

    biology/seqwish: Add comment
---
 biology/seqwish/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/seqwish/Makefile b/biology/seqwish/Makefile
index 6572433d090e..fe3f5e9f7965 100644
--- a/biology/seqwish/Makefile
+++ b/biology/seqwish/Makefile
@@ -15,7 +15,7 @@ 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
+#CMAKE_ARGS=	-DEXTRA_FLAGS="" # disable -march=native ; this causes the link failure: undefined symbol: __sync_val_compare_and_swap_16, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274927
 
 PLIST_FILES=	bin/${PORTNAME}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311052307.3A5N7wJE089119>