summaryrefslogtreecommitdiff
path: root/media-libs/herqq/files/herqq-1.0.0-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/herqq/files/herqq-1.0.0-gcc6.patch')
-rw-r--r--media-libs/herqq/files/herqq-1.0.0-gcc6.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/herqq/files/herqq-1.0.0-gcc6.patch b/media-libs/herqq/files/herqq-1.0.0-gcc6.patch
deleted file mode 100644
index a30d86ef1ca9..000000000000
--- a/media-libs/herqq/files/herqq-1.0.0-gcc6.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Fix build with GCC 6.
-
-Gentoo-bug: 594188
-
---- a/hupnp/src/devicehosting/devicehost/hservermodel_creator_p.cpp
-+++ b/hupnp/src/devicehosting/devicehost/hservermodel_creator_p.cpp
-@@ -493,7 +493,7 @@
- QString("Failed to initialize device [%1]").arg(
- deviceInfo.udn().toString());
-
-- return false;
-+ return NULL;
- }
-
- device->h_ptr->m_deviceDescription =
-@@ -560,7 +560,7 @@
- "[%2]").arg(device->info().deviceType().toString(),
- dt.toString());
-
-- return false;
-+ return NULL;
- }
- }
- }