git: ed0ea3f13498 - main - biology/dsr-pdb: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 19:25:27 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed0ea3f13498154aad38b6ec5f1290a19d525c13
commit ed0ea3f13498154aad38b6ec5f1290a19d525c13
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-21 19:24:57 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-21 19:25:25 +0000
biology/dsr-pdb: Broken on aarch64
Reported by: fallout
---
biology/dsr-pdb/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/biology/dsr-pdb/Makefile b/biology/dsr-pdb/Makefile
index 873e2c2a4e12..c73b661acd4f 100644
--- a/biology/dsr-pdb/Makefile
+++ b/biology/dsr-pdb/Makefile
@@ -12,6 +12,8 @@ COMMENT= Simple C++ PDB reader (reads the protein description format)
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+BROKEN_aarch64= ld: error: undefined symbol: .mcount (see bug#262709)
+
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
USES= compiler:c++11-lang gmake libtool localbase:ldflags tar:tgz