Changes between Initial Version and Version 1 of Ticket #59235, comment 10
- Timestamp:
- Oct 25, 2019, 4:02:35 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59235, comment 10
initial v1 1 1 The first issue is fixed by adding 2 use_xcode yes 2 {{{ use_xcode yes }}} 3 3 to the Portfile. But then there is a compilation error, which seems kinda weird. It is easy enough to fix : 4 {{{ 4 5 --- src/MacVim/PSMTabBarControl/source/PSMTabBarCell.h~ 2019-10-25 15:01:08.000000000 +1100 5 6 +++ src/MacVim/PSMTabBarControl/source/PSMTabBarCell.h 2019-10-25 14:55:23.000000000 +1100 … … 13 14 // creation/destruction 14 15 15 16 }}}