svn commit: r365026 - head/devel/tdl

Adam Weinberger adamw at FreeBSD.org
Fri Aug 15 19:24:31 UTC 2014


Author: adamw
Date: Fri Aug 15 19:24:30 2014
New Revision: 365026
URL: http://svnweb.freebsd.org/changeset/ports/365026
QAT: https://qat.redports.org/buildarchive/r365026/

Log:
  Fix build on -current.

Modified:
  head/devel/tdl/Makefile

Modified: head/devel/tdl/Makefile
==============================================================================
--- head/devel/tdl/Makefile	Fri Aug 15 19:12:58 2014	(r365025)
+++ head/devel/tdl/Makefile	Fri Aug 15 19:24:30 2014	(r365026)
@@ -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>


More information about the svn-ports-head mailing list