diff options
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 8bff1f14a82..a1abb6fd4c9 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/28 22:49:15 seb Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/28 22:58:13 seb Exp $ # DISTNAME= icu-1.7 @@ -15,6 +15,8 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK2= YES +CONFIGURE_ARGS+= --disable-threads + .include "../../mk/endian.mk" BIG_ENDIAN= |