#50018: MacVim @7.4.snapshot85: build fails on OS X 10.7 Lion -------------------------+---------------------- Reporter: persramd@… | Owner: raimue@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: lion Port: MacVim | -------------------------+---------------------- Comment (by raimue@…): You probably only need to adjust the conditional logic at the top of MMCoreTextView.m, as this was introduced with OS X 10.8, not 10.7: {{{ #if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7 #define kCTFontOrientationDefault kCTFontDefaultOrientation` }}} However, I have no system to test and no particular interest in old versions of OS X. If you want to fix it, please take it [https://github.com/macvim-dev/macvim/issues upstream]. -- Ticket URL: <https://trac.macports.org/ticket/50018#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X