diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 03:59:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 03:59:00 +0000 |
commit | d91bc73116e3a39a75d37e12a43008b12c78c13d (patch) | |
tree | 98c481cdb48b8ebc5bba404e171fc4d9df2e3a2a /net/unfs3 | |
parent | 9cfcfc04944c8e1a134eee3a1a9b5d38b58f2fba (diff) | |
download | ports-d91bc73116e3a39a75d37e12a43008b12c78c13d.tar.gz ports-d91bc73116e3a39a75d37e12a43008b12c78c13d.zip |
Mark BROKEN in 13/14 (via latest llvm update).
Notes
Notes:
svn path=/head/; revision=565878
Diffstat (limited to 'net/unfs3')
-rw-r--r-- | net/unfs3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 03284af203e3..d4fc77293e40 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -13,6 +13,9 @@ COMMENT= User-space implementation of the NFSv3 server specification LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= ld: error: duplicate symbol: export_path +BROKEN_FreeBSD_14= ld: error: duplicate symbol: export_path + USES= autoreconf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |