1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix build on -current.

This commit is contained in:
Adam Weinberger 2014-08-15 19:24:30 +00:00
parent 723bcae36d
commit 02c201aad1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365026

View File

@ -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>