aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-15 19:24:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-15 19:24:30 +0000
commit02c201aad1b3fd86df863d6fd6ecda0b9b36fcc5 (patch)
tree59d340659a404ac16ce923eb59c7f5e5f9145a1e /devel
parent723bcae36d943943df14c3f9b002642bbfa00845 (diff)
downloadports-02c201aad1b3fd86df863d6fd6ecda0b9b36fcc5.tar.gz
ports-02c201aad1b3fd86df863d6fd6ecda0b9b36fcc5.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/tdl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/tdl/Makefile b/devel/tdl/Makefile
index cff9dd696707..1eacd8da31c9 100644
--- a/devel/tdl/Makefile
+++ b/devel/tdl/Makefile
@@ -15,6 +15,9 @@ USES= readline
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+=--prefix=${PREFIX} --readline-dir=${LOCALBASE}
+
+post-patch:
+ ${REINPLACE_CMD} -e 's/-R\$$/-Wl,-rpath,$$/' ${WRKSRC}/configure
.include <bsd.port.mk>