pkgsrc/converters/help2man
marino 9523292d2b 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.
2012-07-11 11:49:27 +00:00
..
patches converters/help2man: Fix rpath on lib/binddomain.so 2012-07-11 11:49:27 +00:00
DESCR
distinfo converters/help2man: Fix rpath on lib/binddomain.so 2012-07-11 11:49:27 +00:00
Makefile converters/help2man: Fix rpath on lib/binddomain.so 2012-07-11 11:49:27 +00:00
PLIST Fix build on OS X 10.4 (Tiger) by disabling nls on that OS version only. 2010-12-08 20:29:05 +00:00