Fix staging patch for return type.

GCC ignores it while Clang errors.
f38
Michael Cronenworth 4 years ago
parent 034c22ecad
commit 8631a7489b

@ -715,6 +715,9 @@ This package adds the opencl driver for wine.
# setup and apply wine-staging patches
gzip -dc %{SOURCE900} | tar -xf - --strip-components=1
# Fix staging patch
sed -i -e 's!+ return status;!+ return;!' patches/user32-rawinput-hid/0017-hidclass.sys-Assign-rawinput-handles-through-device-.patch
patches/patchinstall.sh DESTDIR="`pwd`" --all
# fix parallelized build

Loading…
Cancel
Save