diff options
author | marino <marino> | 2012-07-11 11:49:27 +0000 |
---|---|---|
committer | marino <marino> | 2012-07-11 11:49:27 +0000 |
commit | ce57171c9b5c285acacea269cf43c291692ae9be (patch) | |
tree | 0619e3994ed2f7a9b7491594c2dcf102a3b6cd5c /www/php-owncloud | |
parent | d7627cdbd15fdcdcd322d639e2ea0723b898c8ee (diff) | |
download | pkgsrc-ce57171c9b5c285acacea269cf43c291692ae9be.tar.gz |
converters/help2man: Fix rpath on lib/binddomain.so
Perhaps due to updated PKG_DEVELOPER checks, help2man begin to fail
during the install stage with this option set:
ERROR: lib/bindtextdomain.so: missing library: libintl.so.8
I checked the rpath definition of bindtextdomain; the only value was
provided by the system compiler. The LD_CONFIG hint file on DragonFly
provides /usr/pkg/lib as late runtime search path option, so the
libintl.so library would get found anyway if help2man was installed
without PKG_DEVELOPER=yes set.
The updated patch-aa adds ${prefix}/lib to bindtextdomain.so rpath so
it will pass PKG_DEVELOPER checks now.
Diffstat (limited to 'www/php-owncloud')
0 files changed, 0 insertions, 0 deletions