]> granicus.if.org Git - vim/commitdiff
patch 8.1.0478: cannot build with perl using MinGW v8.1.0478
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Oct 2018 18:11:18 +0000 (20:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Oct 2018 18:11:18 +0000 (20:11 +0200)
Problem:    Cannot build with perl using MinGW.
Solution:   Add -I. (Ken takata, Cesar Romani)

src/Make_cyg_ming.mak
src/version.c

index 65a1fbfa3c2d2c6e4f7a6c7f4f96aafc094beba3..e213b803d1bf0db8b00d9365127ea87db25524d8 100644 (file)
@@ -1049,7 +1049,7 @@ auto/if_perl.c:           if_perl.xs typemap
             $(PERLTYPEMAP) if_perl.xs -output $@
 
 $(OUTDIR)/if_perl.o:   auto/if_perl.c $(INCL)
-       $(CC) -c $(CFLAGS) auto/if_perl.c -o $(OUTDIR)/if_perl.o
+       $(CC) -c $(CFLAGS) -I. auto/if_perl.c -o $(OUTDIR)/if_perl.o
 
 
 $(OUTDIR)/if_ruby.o:   if_ruby.c $(INCL)
index 1268cdcc7a1ea29517a918e560eecbf9f17f1b29..4a5c4b77e138632ea872ceb66a6b09b23985ec7e 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    478,
 /**/
     477,
 /**/