diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 23:25:14 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 23:25:14 +0800 |
commit | 73d153b49dfe23a563d33619066ad8ae5c62400a (patch) | |
tree | 7e46a8f86a799d64c327e655cffaf223a59f2e77 | |
parent | bf357789cf0fa842708ea63365d97af89ede9922 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |