From c4412d8a80d9f2c08525a00d7dcd94a7b807817b Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 11 Feb 2021 10:36:22 +0000 Subject: [PATCH] zstd: Add link to upstream PR --- archivers/zstd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 673a8384cf0d..dfc4d17349bd 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2021/02/11 10:15:51 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2021/02/11 10:36:22 nia Exp $ DISTNAME= zstd-1.4.8 CATEGORIES= archivers @@ -26,6 +26,7 @@ MAKE_JOBS_SAFE= no # see HASH in lib/Makefile .if ${OPSYS} == "NetBSD" +# https://github.com/facebook/zstd/pull/2492 MAKE_ENV+= HASH="md5 -n" .elif ${OPSYS} != "Linux" && \ ${OPSYS} != "Darwin" && \