freebsd-ports/net/jwhois/files/patch-configure
Kurt Jaeger c35a0bf99b net/jwhois: added USES=iconv
- Added USES=iconv
- Regenerate patches to make portlint happy
- Bump PORTREVISION

PR:		202673
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>
2015-08-26 16:19:19 +00:00

11 lines
320 B
Text

--- configure.orig 2007-07-01 08:56:12 UTC
+++ configure
@@ -5418,7 +5418,7 @@ fi
fi
if test "X$ltrpathdirs" != "X"; then
for found_dir in $ltrpathdirs; do
- LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
+ LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-Wl,-rpath,$found_dir"
done
fi