From 0a23444a57b962959c35d5f9035105f0dc4e1bcd Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 12 May 2015 05:42:13 +0000 Subject: Revert r282775 for now. The added dependency would cause problems for e.g. ports-mgmt/pkg and we would like to do an exp-build. Requested by: bdrewery --- lib/liblzma/config.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/liblzma/config.h') diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h index 44bc02c45b24..1d0f0bc7a692 100644 --- a/lib/liblzma/config.h +++ b/lib/liblzma/config.h @@ -203,13 +203,16 @@ /* #undef HAVE_SHA256INIT */ /* Define to 1 if the system has the type `SHA256_CTX'. */ -#define HAVE_SHA256_CTX 1 +/* FreeBSD - disabled libmd SHA256 for now */ +/* #undef HAVE_SHA256_CTX */ /* Define to 1 if you have the header file. */ -#define HAVE_SHA256_H 1 +/* FreeBSD - disabled libmd SHA256 for now */ +/* #undef HAVE_SHA256_H */ /* Define to 1 if you have the `SHA256_Init' function. */ -#define HAVE_SHA256_INIT 1 +/* FreeBSD - disabled libmd SHA256 for now */ +/* #undef HAVE_SHA256_INIT */ /* Define to 1 if the system has the type `SHA2_CTX'. */ /* #undef HAVE_SHA2_CTX */ -- cgit v1.2.3