aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-08-17 23:25:14 +0800
committeradamw <adamw@FreeBSD.org>2014-08-17 23:25:14 +0800
commit73d153b49dfe23a563d33619066ad8ae5c62400a (patch)
tree7e46a8f86a799d64c327e655cffaf223a59f2e77
parentbf357789cf0fa842708ea63365d97af89ede9922 (diff)
downloadfreebsd-ports-gnome-73d153b49dfe23a563d33619066ad8ae5c62400a.tar.gz
freebsd-ports-gnome-73d153b49dfe23a563d33619066ad8ae5c62400a.tar.zst
freebsd-ports-gnome-73d153b49dfe23a563d33619066ad8ae5c62400a.zip
Fix build on -current.
-rw-r--r--devel/p5-Inline-Tcl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Inline-Tcl/Makefile b/devel/p5-Inline-Tcl/Makefile
index 643fa8d2b545..0bc3e5c0ddb7 100644
--- a/devel/p5-Inline-Tcl/Makefile
+++ b/devel/p5-Inline-Tcl/Makefile
@@ -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