1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Build non-threaded version by default

PR:		57243
Submitted by:	Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
This commit is contained in:
Kirill Ponomarev 2003-09-26 13:14:49 +00:00
parent e530b8fce1
commit 14ef631e93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89450

View File

@ -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