diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 04:26:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 04:26:16 +0000 |
commit | 5010dc742b9d52d89c2cd308362b1a92e63de05f (patch) | |
tree | 04f22b8bd8cd62339ac69b4273606f66c9a0bc8c /net | |
parent | 116a088e7faec79099b55aa8aac065e0429cd263 (diff) | |
download | ports-5010dc742b9d52d89c2cd308362b1a92e63de05f.tar.gz ports-5010dc742b9d52d89c2cd308362b1a92e63de05f.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ss5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ss5/Makefile b/net/ss5/Makefile index 0fb15225272a..506b2a5ee798 100644 --- a/net/ss5/Makefile +++ b/net/ss5/Makefile @@ -13,6 +13,9 @@ COMMENT= SOCKS v4/v5 application layer gateway with many features LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/License +BROKEN_FreeBSD_13= ld: error: duplicate symbol: ACMutex +BROKEN_FreeBSD_14= ld: error: duplicate symbol: ACMutex + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]+//} USES= ssl |