commit | 01967f5b1042b375b38098eceaf31671902c8dbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 12 16:24:03 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 12 16:24:03 2023 +0100 |
tree | fb0f636a7310e4028e22049158b54b87cf96c86d | |
parent | ac6cd31afcbdd08bfa92ca33f7d4ce5773ba4353 [diff] [blame] |
patch 9.0.1445: openSUSE: configure doesn't find the Motif library Problem: openSUSE: configure doesn't find the Motif library. (Tony Mechelynck) Solution: Also search in /usr/lib64.
diff --git a/src/version.c b/src/version.c index b5df8c5..e9a53d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1445, +/**/ 1444, /**/ 1443,