diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 05:03:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 05:03:05 +0000 |
commit | d864fd0302a0ca0d421baca3c55d40004540a322 (patch) | |
tree | cb381caf81b1847be664587468c502c1e22508f0 /archivers/libcabinet | |
parent | 90a0bcab1d525837a73cc05d847c702db222ff44 (diff) |
Notes
Diffstat (limited to 'archivers/libcabinet')
-rw-r--r-- | archivers/libcabinet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/libcabinet/Makefile b/archivers/libcabinet/Makefile index f9992816d613..1a5bd261008e 100644 --- a/archivers/libcabinet/Makefile +++ b/archivers/libcabinet/Makefile @@ -12,6 +12,8 @@ COMMENT= Portable library and utility to use Microsoft cabinet files (.cab) USE_LDCONFIG= yes +BROKEN_aarch64= Fails to link: linker command failed with exit code 1 + USES= uidfix SRCFILE= ${WRKSRC}/listcab.cpp PROGFILE= ${SRCFILE:S/.cpp$//} |