From 14ef631e9315d3bf8a5cc07d200a717141b86380 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 26 Sep 2003 13:14:49 +0000 Subject: [PATCH] - Build non-threaded version by default PR: 57243 Submitted by: Evgueni V. Gavrilov (maintainer) --- net/silc-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 7f4f9626deea..629379a1faf9 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -44,7 +44,7 @@ PKGDEINSTALL= ${PKGINSTALL} INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 .ifndef(WITH_PTHREADS) -CONFIGURE_ARGS+= --disable-threads +CONFIGURE_ARGS+= --without-pthreads .else CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" .endif