opencl-Deprecation: Always apply before all other patches.

This commit is contained in:
Sebastian Lackner 2015-09-04 21:12:06 +02:00
parent b3e0c26b34
commit a4e76e0849
2 changed files with 13 additions and 12 deletions

View File

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

View File

@ -2001,6 +2001,18 @@ if test "$enable_patchlist" -eq 1; then
fi
# Patchset opencl-Deprecation
# |
# | Modified files:
# | * dlls/opencl/opencl.c
# |
if test "$enable_opencl_Deprecation" -eq 1; then
patch_apply opencl-Deprecation/0001-opencl-Avoid-deprecation-warning-for-OpenCL-1.2-APIs.patch
(
echo '+ { "Sebastian Lackner", "opencl: Avoid deprecation warning for OpenCL 1.2 APIs.", 1 },';
) >> "$patchlist"
fi
# Patchset Compiler_Warnings
# |
# | Modified files:
@ -4342,18 +4354,6 @@ if test "$enable_openal32_EFX_Extension" -eq 1; then
) >> "$patchlist"
fi
# Patchset opencl-Deprecation
# |
# | Modified files:
# | * dlls/opencl/opencl.c
# |
if test "$enable_opencl_Deprecation" -eq 1; then
patch_apply opencl-Deprecation/0001-opencl-Avoid-deprecation-warning-for-OpenCL-1.2-APIs.patch
(
echo '+ { "Sebastian Lackner", "opencl: Avoid deprecation warning for OpenCL 1.2 APIs.", 1 },';
) >> "$patchlist"
fi
# Patchset opengl32-Revert_Disable_Ext
# |
# | This patchset fixes the following Wine bugs: