[MacPorts] #57170: macvim +huge fails to build under OS X Mojave
MacPorts
noreply at macports.org
Mon Oct 1 00:14:38 UTC 2018
#57170: macvim +huge fails to build under OS X Mojave
-----------------------------+----------------------
Reporter: MaurizioLoreti | Owner: raimue
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.3
Resolution: | Keywords: mojave
Port: MacVim |
-----------------------------+----------------------
Comment (by kencu):
This worked:
{{{
# Old pre-compiled headers could influence build, #26723
build.args XCODEFLAGS="CACHE_ROOT=${workpath}/caches"
+ # this port does not build with the new xcode build system at present
+ if {[vercmp ${xcodeversion} 10.0] >= 0} {
+ build.args XCODEFLAGS="CACHE_ROOT=${workpath}/caches
-UseNewBuildSystem=NO"
+ }
}}}
{{{
$ port -v installed macvim
The following ports are currently installed:
MacVim @8.1.snapshot151_0+huge (active) platform='darwin 18'
archs='x86_64' date='2018-09-30T17:12:41-0700'
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57170#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list