diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index ddbbb3e9b83d..e16d05122cdf 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -78,6 +78,7 @@ post-patch: -e 's,@file{},@file{${PREFIX}},' \ ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi ${REINPLACE_CMD} -e '/ac_fn_c_check_header_mongrel.*uuid\/uuid.h/ d' \ + -e 's|-R$$found_dir|-Wl,-rpath=$$found_dir|g' \ ${WRKSRC}/configure .include <bsd.port.pre.mk> |