summaryrefslogtreecommitdiffstats
path: root/net/silc-client
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-26 13:14:49 +0000
committerkrion <krion@FreeBSD.org>2003-09-26 13:14:49 +0000
commitb4b64db3b19d9f319cc99469a221db94bfa69b2f (patch)
tree8d3bec841a8621429a53cb3cb4b8f6ae6364a973 /net/silc-client
parent75b00a42cf23f1aa6e62522743707bbe772a4b32 (diff)
downloadFreeBSD-ports-b4b64db3b19d9f319cc99469a221db94bfa69b2f.zip
FreeBSD-ports-b4b64db3b19d9f319cc99469a221db94bfa69b2f.tar.gz
- Build non-threaded version by default
PR: 57243 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Diffstat (limited to 'net/silc-client')
-rw-r--r--net/silc-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile
index 7f4f962..629379a 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
OpenPOWER on IntegriCloud