From 854703efb97f2794aa72cd6a9358fcaf0ffce697 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index c6b0cfbd3..0524db1fb 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -36,6 +36,10 @@ SUBST_SED.cat+= -e "s,@@XML_DEFAULT_CATALOG@@,${XML_DEFAULT_CATALOG},g" BUILDLINK_TRANSFORM.SunOS+= rm:-Werror=format=2 LDFLAGS.SCO_SV+= -lm +.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"