MacPorts: Add an option to configure script
- by Jeffrey Aylesworth
I am trying to install libguichan without allegro support, because allegro will not build on Snow Leopard.
It should be left out, the portfile has:
27 if {${os.platform} == "darwin" && (([variant_isset universal] && [string match *64* $universal_archs]) || (![variant_isset universal] && [string match *64 $build_arch]))} {…