aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-09-22 10:48:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-09-22 10:48:57 +0000
commitcb9a2b582c78cfb0c7bbe285c417c9362b3213d3 (patch)
treec94257e28b8e5f01fe14d767f8a4ade36ad9d111 /net
parentb71796d585770ba247cf80126abc37abf7e80c7f (diff)
downloadports-cb9a2b582c78cfb0c7bbe285c417c9362b3213d3.tar.gz
ports-cb9a2b582c78cfb0c7bbe285c417c9362b3213d3.zip
Cleanup after removal of libexecinfo from ports.
PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
Notes
Notes: svn path=/head/; revision=450353
Diffstat (limited to 'net')
-rw-r--r--net/mpich2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index fba459a8ebc5..51f34d43cd18 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -49,7 +49,7 @@ CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \
.if ${FFLAGS} == "-O"
FFLAGS= -O2
.endif
-LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lexecinfo
+LDFLAGS+= -lpthread -lexecinfo
MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME}
NOCCACHE= yes