【发布时间】:2010-03-19 22:25:09
【问题描述】:
我正在尝试在不支持 allegro 的情况下安装 libguichan,因为 allegro 不会在 Snow Leopard 上构建。
应该省略,portfile有:
27 if {${os.platform} == "darwin" && (([variant_isset universal] && [string match *64* $universal_archs]) || (![variant_isset universal] && [string match *64 $build_arch]))} {
28 # allegro is not yet 64-bit compatible
29 depends_lib-delete port:allegro
30 configure.args-append --disable-allegro
31 }
但是当我安装它时,它会尝试构建 allegro。有什么方法可以从命令行获取这个功能来安装它?
端口:http://trac.macports.org/browser/trunk/dports/graphics/libguichan/Portfile
【问题讨论】:
标签: macports