【问题标题】:MacPorts: Add an option to configure scriptMacPorts:添加一个选项来配置脚本
【发布时间】: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


    【解决方案1】:

    问题已通过运行 sudo port -v selfupdate 修复

    【讨论】:

      猜你喜欢
      • 2013-03-13
      • 1970-01-01
      • 1970-01-01
      • 2017-02-04
      • 1970-01-01
      • 1970-01-01
      • 2017-11-29
      • 2011-04-02
      • 2012-07-20
      相关资源
      最近更新 更多