Changes between Initial Version and Version 1 of Ticket #59235, comment 10


Ignore:
Timestamp:
Oct 25, 2019, 4:02:35 AM (4 years ago)
Author:
nblievers
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59235, comment 10

    initial v1  
    11The first issue is fixed by adding
    2 use_xcode yes
     2{{{ use_xcode yes }}}
    33to the Portfile. But then there is a compilation error, which seems kinda weird. It is easy enough to fix :
     4{{{
    45--- src/MacVim/PSMTabBarControl/source/PSMTabBarCell.h~ 2019-10-25 15:01:08.000000000 +1100
    56+++ src/MacVim/PSMTabBarControl/source/PSMTabBarCell.h  2019-10-25 14:55:23.000000000 +1100
     
    1314 // creation/destruction
    1415
    15 
     16}}}