From c45de9579f6ec97574056dd335df02031ccd00ad Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 1 Oct 2019 04:13:31 +0000 Subject: Qt5 update to 5.13.0 For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782 --- .../virtualbox-ose/files/patch-include_VBox_VBoxGL2D.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 emulators/virtualbox-ose/files/patch-include_VBox_VBoxGL2D.h (limited to 'emulators/virtualbox-ose') diff --git a/emulators/virtualbox-ose/files/patch-include_VBox_VBoxGL2D.h b/emulators/virtualbox-ose/files/patch-include_VBox_VBoxGL2D.h new file mode 100644 index 000000000000..a319e03b6f8a --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-include_VBox_VBoxGL2D.h @@ -0,0 +1,16 @@ +Fix build with Qt5 5.13, which defined GLsizeiptr already. + +Obtained from: + https://www.mail-archive.com/pld-cvs-commit@lists.pld-linux.org/msg436220.html + +--- include/VBox/VBoxGL2D.h.orig 2019-09-29 14:31:16 UTC ++++ include/VBox/VBoxGL2D.h +@@ -107,7 +107,7 @@ typedef GLvoid (APIENTRY *PFNVBOXVHWA_UNIFORM3I)(GLint + typedef GLvoid (APIENTRY *PFNVBOXVHWA_UNIFORM4I)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3); + + /* GL_ARB_pixel_buffer_object*/ +-#ifndef Q_WS_MAC ++#if 0 + /* apears to be defined on mac */ + typedef ptrdiff_t GLsizeiptr; + #endif -- cgit v1.2.3