patchupdate.py: Add 'Apply-Before' definition field and fix a bug in dependency resolution.

This commit is contained in:
Sebastian Lackner
2015-08-31 04:58:17 +02:00
parent e9cda98df5
commit 51d7077f51
4 changed files with 199 additions and 191 deletions

View File

@@ -0,0 +1 @@
Apply-Before: *

View File

@@ -1981,6 +1981,18 @@ if test "$enable_patchlist" -eq 1; then
fi
# Patchset d3d11-Fix_Compile
# |
# | Modified files:
# | * dlls/d3d11/utils.c
# |
if test "$enable_d3d11_Fix_Compile" -eq 1; then
patch_apply d3d11-Fix_Compile/0001-d3d11-Fix-compile-failure-with-recent-version-of-gcc.patch
(
echo '+ { "Sebastian Lackner", "d3d11: Fix compile failure with recent version of gcc.", 1 },';
) >> "$patchlist"
fi
# Patchset Compiler_Warnings
# |
# | Modified files:
@@ -2287,18 +2299,6 @@ if test "$enable_crypt32_CMS_Certificates" -eq 1; then
) >> "$patchlist"
fi
# Patchset d3d11-Fix_Compile
# |
# | Modified files:
# | * dlls/d3d11/utils.c
# |
if test "$enable_d3d11_Fix_Compile" -eq 1; then
patch_apply d3d11-Fix_Compile/0001-d3d11-Fix-compile-failure-with-recent-version-of-gcc.patch
(
echo '+ { "Sebastian Lackner", "d3d11: Fix compile failure with recent version of gcc.", 1 },';
) >> "$patchlist"
fi
# Patchset d3d9-DesktopWindow
# |
# | Modified files:

File diff suppressed because it is too large Load Diff