aboutsummaryrefslogtreecommitdiff
path: root/science/mpb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 22:17:41 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 22:17:41 +0000
commit312461b6fa77f1cca68731482cf7519092085f56 (patch)
tree60ad4767380537b433ea1dfdfc2e72ae71751873 /science/mpb
parentd8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff)
downloadports-312461b6fa77f1cca68731482cf7519092085f56.tar.gz
ports-312461b6fa77f1cca68731482cf7519092085f56.zip
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382185
Diffstat (limited to 'science/mpb')
-rw-r--r--science/mpb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index 272cc8832c97..67d254677ee5 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --with-lapack=-llapack
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \
+ @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 -lpthread |g' \
${WRKSRC}/configure
@${REINPLACE_CMD} \
-e '/INSTALL/s/$$(prefix)/$$(DESTDIR)$$(prefix)/' \