FS#68773 - [wine] remove s/OpenCL/CL/ workaround

Attached to Project: Community Packages
Opened by Emil (xexaxo) - Saturday, 28 November 2020, 16:26 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 02 May 2023, 21:30 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Currently the PKGBUILD hacks the opencl.h path - OpenCL -> CL.
That is not required since a) the OpenCL one is for MacOS and b) CL/cl.h (which is what OpenCL.h includes) is already present and checked/included.

Additional info:
* package version(s)
wine 5.22-1

Steps to reproduce:
- remove the following line from PKGBUILD
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
- observe a successful [clean] rebuild
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 02 May 2023, 21:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  wine 8.1-1
Comment by Emil (xexaxo) - Sunday, 29 January 2023, 11:56 GMT
Humble poke?
Comment by Emil (xexaxo) - Tuesday, 02 May 2023, 13:51 GMT
The issue was fixed with wine/staging 8.1-1. Didn't see it earlier, since there's no reference to the issue in the commit.

Loading...