#33899: curl builds incorrectly when +universal ppc i386 x86_64 ---------------------------------------------------+------------------------ Reporter: jeremyhu@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: universal muniversal merger_dont_diff | Port: curl ---------------------------------------------------+------------------------ Comment(by jeremyhu@…): {{{ Index: Portfile =================================================================== --- Portfile (revision 91542) +++ Portfile (working copy) @@ -8,6 +8,7 @@ name curl # keep the version in sync with the curl-ca-bundle port version 7.25.0 +revision 1 categories net www maintainers ryandesign license curl @@ -78,6 +79,9 @@ } } +global merger_dont_diff merger_configure_env +set merger_dont_diff "${prefix}/include/curl/curlbuild.h" + post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir}/html/libcurl ${destroot}${docdir}/pdf/libcurl }}} -- Ticket URL: <https://trac.macports.org/ticket/33899#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS