aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:37:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 12:37:48 +0000
commit2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch)
tree4a9b0f7a86a869936906241e211d87ca2346121e /www/mnogosearch
parent48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff)
downloadports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz
ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip
Notes
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 6f2e39b38cce..82c332bbff93 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -55,8 +55,7 @@ USE_OPENSSL= yes
.if ${PORT_OPTIONS:MTHREADS}
CONFIGURE_ARGS+= --enable-pthreads
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV+= LIBS="-pthread"
.else
CONFIGURE_ARGS+= --disable-pthreads
CFLAGS+= -DCONSOLE