summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-09 08:08:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-09 08:08:11 +0000
commit6f8b8070b0173519b58c8070609d2cf028a94739 (patch)
tree024b0c41e6975653c4cf550aa1d9c0f3012dcf03
parentMark BROKEN on FreeBSD 12 and 13 (diff)
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
-rw-r--r--lang/rubinius/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile
index 7be93b6fbdb1..53f72cc5a233 100644
--- a/lang/rubinius/Makefile
+++ b/lang/rubinius/Makefile
@@ -68,6 +68,11 @@ LLVM_CONFIG_PATH= ${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}
.include <bsd.port.pre.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= checking for OpenSSL_add_all_digests() in -lcrypto... no
+BROKEN_FreeBSD_13= checking for OpenSSL_add_all_digests() in -lcrypto... no
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.elif ${ARCH} == "amd64"