diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-21 19:24:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-21 19:25:25 +0000 |
commit | ed0ea3f13498154aad38b6ec5f1290a19d525c13 (patch) | |
tree | 84c6b0d188c546dcfcc2caf6e19449ece3a59ed8 | |
parent | 66f3d7e630af4d625f62ffdc3989de403d0fece0 (diff) | |
download | ports-ed0ea3f13498154aad38b6ec5f1290a19d525c13.tar.gz ports-ed0ea3f13498154aad38b6ec5f1290a19d525c13.zip |
biology/dsr-pdb: Broken on aarch64
Reported by: fallout
-rw-r--r-- | biology/dsr-pdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |