svn commit: r365194 - head/devel/p5-Inline-Tcl
Adam Weinberger
adamw at FreeBSD.org
Sun Aug 17 15:25:15 UTC 2014
Author: adamw
Date: Sun Aug 17 15:25:14 2014
New Revision: 365194
URL: http://svnweb.freebsd.org/changeset/ports/365194
QAT: https://qat.redports.org/buildarchive/r365194/
Log:
Fix build on -current.
Modified:
head/devel/p5-Inline-Tcl/Makefile
Modified: head/devel/p5-Inline-Tcl/Makefile
==============================================================================
--- head/devel/p5-Inline-Tcl/Makefile Sun Aug 17 15:15:23 2014 (r365193)
+++ head/devel/p5-Inline-Tcl/Makefile Sun Aug 17 15:25:14 2014 (r365194)
@@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 tcl
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${TCL_INCLUDEDIR}" \
- LIBS="-L${TCL_LIBDIR} -R${TCL_LIBDIR} -ltcl${TCL_SHLIB_VER}"
+ LIBS="-L${TCL_LIBDIR} -Wl,-rpath,${TCL_LIBDIR} -ltcl${TCL_SHLIB_VER}"
post-patch:
@${REINPLACE_CMD} -i.bak '2,99d' ${WRKSRC}/Makefile.PL
More information about the svn-ports-all
mailing list