aboutsummaryrefslogtreecommitdiffstats
path: root/science/mpb
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 06:17:41 +0800
committermarino <marino@FreeBSD.org>2015-03-25 06:17:41 +0800
commitf74761b9bfd1bb59f543e04731e6db8a2aaf3824 (patch)
tree60ad4767380537b433ea1dfdfc2e72ae71751873 /science/mpb
parentde6c295f80cbf9bf9ee451a705b2e1d68ddfeca3 (diff)
downloadfreebsd-ports-gnome-f74761b9bfd1bb59f543e04731e6db8a2aaf3824.tar.gz
freebsd-ports-gnome-f74761b9bfd1bb59f543e04731e6db8a2aaf3824.tar.zst
freebsd-ports-gnome-f74761b9bfd1bb59f543e04731e6db8a2aaf3824.zip
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators approved by: PTHREAD blanket
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)/' \