[31010] trunk/dports/devel/pccts/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Nov 13 15:28:03 PST 2007


On Nov 13, 2007, at 13:52, source_changes at macosforge.org wrote:

> +variant universal {
> +	build.args-append	CC="gcc -isysroot /Developer/SDKs/ 
> MacOSX10.4u.sdk -arch i386 -arch ppc"
> +}

I think you shouldn't hard-code the sdk path or the list of  
architectures. There's a variable you can use for that instead:

variant universal {
	build.args-append	CC="gcc ${configure.universal_cflags}"
}




More information about the macports-dev mailing list