#24339: Add port xmlrpc-c "stable" to macports ---------------------------------+------------------------------------------ Reporter: bitmail@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: xmlrpc-c stable | Port: xmlrpc ---------------------------------+------------------------------------------ Comment(by dan@…): I was able to build the most recent stable version (1.16.33) by editing the config.mk after build failed. I removed a hyphen (-) from in front of rpath. Pre-change: Line 36 {{{ CURL_WL_RPATH = -Wl,--rpath -Wl,/opt/local/lib }}} Post-change: Line 36 {{{ CURL_WL_RPATH = -Wl,-rpath -Wl,/opt/local/lib }}} Packages dependent on xmlrpc-c build and function correctly as well. -- Ticket URL: <https://trac.macports.org/ticket/24339#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS