]> granicus.if.org Git - vim/commitdiff
patch 8.0.0348: using shadow dir on Mac lack +clipboard v8.0.0348
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Feb 2017 21:04:04 +0000 (22:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Feb 2017 21:04:04 +0000 (22:04 +0100)
Problem:    When building with a shadow directory on macOS lacks the
            +clipboard feature.
Solution:   Link *.m files, specifically os_macosx.m. (Kazunobu Kuriyama)

src/Makefile
src/version.c

index b5d39ec2c19d60d214ef755fcfea414749e2db63..2c670061a8fae7cdcaa5ce4653815038e58e65e1 100644 (file)
@@ -2763,7 +2763,7 @@ SHADOWDIR = shadow
 
 shadow:        runtime pixmaps
        mkdir $(SHADOWDIR)
-       cd $(SHADOWDIR); ln -s ../*.[ch] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../vimtutor ../gvimtutor ../mkinstalldirs .
+       cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../vimtutor ../gvimtutor ../mkinstalldirs .
        mkdir $(SHADOWDIR)/auto
        cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
        mkdir $(SHADOWDIR)/po
index 2a54dc9cf6af047a074b63272d01e84f59282598..e70a0f938f2addfd4b5f5dccaada7d75ee52e3f4 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    348,
 /**/
     347,
 /**/