omegatest: Skip another testcase with 32-bit time_t
[xapian.git] / patches / automake / msvc-support-tweaks.patch
blobeb2029e6f48e1864c511114ef50733850f01cd3d
1 diff -ru a/lib/compile b/lib/compile
2 --- a/lib/compile 2017-06-17 08:46:16.000000000 +1200
3 +++ b/lib/compile 2017-10-22 17:42:48.360735117 +1300
4 @@ -143,7 +143,7 @@
5 # configure might choose to run compile as 'compile cc -o foo foo.c'.
6 eat=1
7 case $2 in
8 - *.o | *.[oO][bB][jJ])
9 + *.o | *.lo | *.[oO][bB][jJ])
10 func_file_conv "$2"
11 set x "$@" -Fo"$file"
12 shift