#42608: New port for fxload -------------------------+-------------------------------- Reporter: darius@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: fxload | -------------------------+-------------------------------- Comment (by ryandesign@…): * The universal variant won't work as written because you haven't included `-arch` flags anywhere. Add "[get_canonical_archflags cc]" to MP_CFLAGS and "[get_canonical_archflags ld]" to MP_LDFLAGS. Alternately, instead of patching the Makefile and introducing new variables, sometimes I just use CC="${configure.cc} [get_canonical_archflags cc]" and be done with it. * You can grep the existing portfiles to find ports using the bitbucket portgroup. Or just read the [browser:trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl bitbucket portgroup file itself] for basic usage information. -- Ticket URL: <https://trac.macports.org/ticket/42608#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X