commit | bbb3339dbfa2067fab616698739097df06aa5e6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 16:37:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 16:37:33 2016 +0100 |
tree | bf5a9b5db2ea64033ea9b8ccbab70e280d1053d0 | |
parent | a542c680a8b42cb766e64d4ee7374ef4dacb7832 [diff] [blame] |
patch 7.4.1224 Problem: Build problems with GTK on BSD. (Mike Williams) Solution: Don't use "$<". Skip building gui_gtk_gresources.h when it doesn't work. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 00d9c0b..9e92bd1 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1224, +/**/ 1223, /**/ 1222,