On 2007-01-29 08:36:03 -0600, [EMAIL PROTECTED] wrote: > The rpath (install_name on Mac OS X) is incorrect. The source > apparently uses the build rpath rather than the install rpath. The > port needs to either skip setting the rpath or set it correctly.
In the ncurses 5.6 release notes on <http://dickey.his.com/ncurses/announce.html>: change the way shared libraries (other than libtool) are installed. Rather than copying the build-tree's libraries, link the shared objects into the install directory. This makes the --with-rpath option work except with $(DESTDIR). -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
