From 94ba11a66bccac0ba558ea94c12dd0092775c343 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 608e26153..7fa8b6450 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -46,6 +46,10 @@ BUILDLINK_TRANSFORM+= rm:-Werror=format=2 .endif 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"