diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
commit | 2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/dpsearch | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=311829
Diffstat (limited to 'www/dpsearch')
-rw-r--r-- | www/dpsearch/Makefile | 3 |
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 |