#17550: doxygen fails to build universal ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: css@… Type: defect | Status: reopened Priority: Low | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: universal Port: doxygen | ------------------------------------+--------------------------------------- Comment(by css@…): Replying to [comment:8 eborisch@…]:
Replying to [comment:7 css@…]:
Replying to [comment:5 eborisch@…]:
Edit tmake/lib/macosx-c++/tmake.conf after the configure step to include the desired architectures.
tmake/lib/macosx-uni-c++/tmake.conf contains those same lines. I'll see if I can switch to using that. The universal variant would need to use `--platform macosx-uni-c++` during the configure phase.
Just curious if there is something impeding this change?
Mainly it's that universal builds are below my radar, and my MacPorts config isn't currently configured for them. I'll need to deactivate and rebuild everything to test it. (IMO, it seems easier to just build from source on the target system.) I ''think'' the port could do contain like: {{{ platform darwin { global tmake_conf if {[variant_isset universal]} { set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf configure.args-append --platform macosx-uni-c++ } else { set tmake_conf ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf configure.args-append --platform macosx-c++ } [... pre-Leopard fix ...] } }}} -- Ticket URL: <http://trac.macports.org/ticket/17550#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS