summaryrefslogtreecommitdiff
path: root/www/dpsearch/Makefile
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/dpsearch/Makefile
parent- Unbreak build for HEAD (diff)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=311829
Diffstat (limited to '')
-rw-r--r--www/dpsearch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index f8e01132a350..f01cead6a9e6 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -41,8 +41,7 @@ CONFIGURE_ENV+= PORTNAME="${PORTNAME}"
.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
.endif