Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Carla: add patch for gcc 9
@ 2020-01-30 14:27 voidlinux-github
  2020-01-30 14:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-30 14:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages carla-gcc-9-patch
https://github.com/void-linux/void-packages/pull/18662

Carla: add patch for gcc 9


A patch file from https://github.com/void-linux/void-packages/pull/18662.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-carla-gcc-9-patch-18662.patch --]
[-- Type: text/x-diff, Size: 1403 bytes --]

From c35ec66fa46f7c6d9be4ecda0931e2f48e1a945a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 30 Jan 2020 21:24:17 +0700
Subject: [PATCH] Carla: add patch for gcc 9

---
 srcpkgs/Carla/patches/gcc-9.2.0.patch | 29 +++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/Carla/patches/gcc-9.2.0.patch

diff --git a/srcpkgs/Carla/patches/gcc-9.2.0.patch b/srcpkgs/Carla/patches/gcc-9.2.0.patch
new file mode 100644
index 00000000000..b20cc9a6852
--- /dev/null
+++ b/srcpkgs/Carla/patches/gcc-9.2.0.patch
@@ -0,0 +1,29 @@
+--- source/bridges-ui/CarlaBridgeToolkitQt.cpp
++++ source/bridges-ui/CarlaBridgeToolkitQt.cpp
+@@ -256,12 +256,6 @@
+ #endif
+ };
+ 
+-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
+-# include "CarlaBridgeToolkitQt5.moc"
+-#else
+-# include "CarlaBridgeToolkitQt4.moc"
+-#endif
+-
+ // -------------------------------------------------------------------------
+ 
+ CarlaBridgeToolkit* CarlaBridgeToolkit::createNew(CarlaBridgeFormat* const format)
+@@ -279,9 +273,13 @@
+ int qInitResources();
+ int qCleanupResources();
+ 
++CARLA_BRIDGE_UI_USE_NAMESPACE
++
+ #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
++# include "CarlaBridgeToolkitQt5.moc"
+ # include "resources.qt5.cpp"
+ #else
++# include "CarlaBridgeToolkitQt4.moc"
+ # include "resources.qt4.cpp"
+ #endif
+ 

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-02-06 20:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 14:27 [PR PATCH] Carla: add patch for gcc 9 voidlinux-github
2020-01-30 14:57 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-30 17:49 ` voidlinux-github
2020-01-30 23:43 ` voidlinux-github
2020-01-31 20:00 ` voidlinux-github
2020-02-01  1:25 ` voidlinux-github
2020-02-01  1:27 ` voidlinux-github
2020-02-01  7:49 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-03  2:06 ` voidlinux-github
2020-02-03  2:09 ` voidlinux-github
2020-02-03 20:12 ` voidlinux-github
2020-02-04  2:55 ` voidlinux-github
2020-02-04  2:58 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-04  7:35 ` voidlinux-github
2020-02-04  8:06 ` voidlinux-github
2020-02-04  8:07 ` voidlinux-github
2020-02-04 10:43 ` voidlinux-github
2020-02-04 18:08 ` voidlinux-github
2020-02-06 20:12 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).