#34962: ghostscript cannot be built for archs that cannot be run ----------------------------------+------------------------ Reporter: frederic.devernay@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: | Keywords: haspatch Port: ghostscript | ----------------------------------+------------------------ Comment (by takanori@…): Ghostscript 9.10 supports new config options to define memory ordering. ('--enable-big-endian' and '--enable-little-endian') By using these args, your patch can be rewritten like the following, I guess. {{{ … if {[variant_isset universal]} { lappend merger_configure_args(i386) --enable-little-endian lappend merger_configure_args(x86_64) --enable-little-endian lappend merger_configure_args(ppc) --enable-big-endian lappend merger_configure_args(ppc64) --enable-big-endian } … }}} -- Ticket URL: <https://trac.macports.org/ticket/34962#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X