You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
patchupdate.py: Add 'Apply-Before' definition field and fix a bug in dependency resolution.
This commit is contained in:
1
patches/d3d11-Fix_Compile/definition
Normal file
1
patches/d3d11-Fix_Compile/definition
Normal file
@@ -0,0 +1 @@
|
||||
Apply-Before: *
|
@@ -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
Reference in New Issue
Block a user