diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-15 06:17:29 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-16 02:31:00 +0000 |
commit | 8a6f7baa091cd062586755e94a36ff62b0196aed (patch) | |
tree | 3b7daa672b728fce1e2ce1f65b84d6ff47d6effe | |
parent | c65b98e8b1b075de83b415eb91c657eb4b092333 (diff) | |
download | ports-8a6f7baa091cd062586755e94a36ff62b0196aed.tar.gz ports-8a6f7baa091cd062586755e94a36ff62b0196aed.zip |
-rw-r--r-- | security/softether/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/softether/Makefile b/security/softether/Makefile index 36c01f3f3f6f..e7acc8339cc6 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -12,6 +12,8 @@ WWW= https://www.softether.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_14= fails to compile undefined symbol: RSA_generate_key + ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le riscv64 USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \ |