#20908: synergy fails to build in snow leopard ------------------------------+--------------------------------------------- Reporter: docwhat@… | Owner: ascarter@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard LP64 | Port: synergy ------------------------------+--------------------------------------------- Comment(by neil_mayhew@…): {{{+universal}}} is not working for me on SL. There is stuff in the Portfile to force {{{i386}}} which references this ticket, but it isn't working for {{{+universal}}}. This change to the Portfile seems to fix it: {{{ --- Portfile.orig 2009-08-30 12:41:30.000000000 -0600 +++ Portfile 2009-11-25 23:44:10.000000000 -0700 @@ -45,6 +45,8 @@ # Force 32-bit, all kinds of Carbon cruft in here. (#20908) if {$build_arch == "x86_64"} { configure.build_arch i386 + configure.universal_archs i386 } elseif {$build_arch == "ppc64"} { configure.build_arch ppc + configure.universal_archs ppc } }}} I haven't tested it on a {{{ppc}}} machine, or on a Leopard machine with {{{universal_archs}}} set to {{{x86_64 i386}}} in {{{macports.conf}}}. -- Ticket URL: <http://trac.macports.org/ticket/20908#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS