From 14faa2e33a5d7697ae220a19594ed98f5235e824 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 8 Jul 2014 17:07:41 +0200 Subject: [PATCH] textproc/libxml2 --- textproc/libxml2/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 3a006e2b6..44013a84c 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -45,6 +45,11 @@ SUBST_SED.cat+= -e "s,@@XML_DEFAULT_CATALOG@@,${XML_DEFAULT_CATALOG},g" BUILDLINK_TRANSFORM+= rm:-Werror=format=2 .endif +.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix" +# LSC: See comment above +CONFIGURE_ARGS+= --without-threads +.endif + .include "../../archivers/xz/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk"