[73090] trunk/dports/aqua/Growl

Joshua Root jmr at macports.org
Wed Nov 3 14:11:11 PDT 2010


> +platform darwin 10 {
> +	# Common/Source/LoginItemAE.c uses Carbon so can't build x86_64
> +	if {![variant_isset universal]} {
> +		configure.build_arch	i386
> +	}
> +	

Setting 'supported_archs i386 ppc' globally is the right way of solving
this problem. Snow Leopard isn't the only version of OS X that can build
64-bit.

- Josh


More information about the macports-dev mailing list