From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9641D139694 for ; Sun, 28 May 2017 15:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 914B2E0BDF; Sun, 28 May 2017 15:15:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F7F2E0BDF for ; Sun, 28 May 2017 15:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46FEF33BEA7 for ; Sun, 28 May 2017 15:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 787127441 for ; Sun, 28 May 2017 15:15:00 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1495984490.ae7fdd079f7fcaf1063c609ab3942155f4daf942.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/, x11-themes/qtcurve/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/qtcurve/files/qtcurve-1.8.18-glibc-2.23.patch x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild X-VCS-Directories: x11-themes/qtcurve/files/ x11-themes/qtcurve/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ae7fdd079f7fcaf1063c609ab3942155f4daf942 X-VCS-Branch: master Date: Sun, 28 May 2017 15:15:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31c59108-09c8-493e-b79a-ad1851638c20 X-Archives-Hash: 6f14043e5da2371470ba10b41e264ac1 commit: ae7fdd079f7fcaf1063c609ab3942155f4daf942 Author: Ivan Savyhin gmail com> AuthorDate: Sun May 28 15:14:20 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun May 28 15:14:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7fdd07 x11-themes/qtcurve: add patch to fix build with glibc-2.23 Gentoo-bug: 606564 Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-themes/qtcurve/files/qtcurve-1.8.18-glibc-2.23.patch | 13 +++++++++++++ x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/x11-themes/qtcurve/files/qtcurve-1.8.18-glibc-2.23.patch b/x11-themes/qtcurve/files/qtcurve-1.8.18-glibc-2.23.patch new file mode 100644 index 00000000000..06a27d5a885 --- /dev/null +++ b/x11-themes/qtcurve/files/qtcurve-1.8.18-glibc-2.23.patch @@ -0,0 +1,13 @@ +--- a/lib/utils/color.h.orig 2017-02-16 00:55:24.000000000 +0300 ++++ b/lib/utils/color.h 2017-02-16 01:00:40.176467232 +0300 +@@ -25,6 +25,10 @@ + + #include + ++#if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23)) ++#include ++#endif ++ + #include "utils.h" + #include "options.h" + diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild index 7eee61a30f2..7a9617a62d9 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -50,6 +50,7 @@ PATCHES=( "${FILESDIR}/${P}-remove_qt_filedialog_api.patch" "${FILESDIR}/${P}-gtk2_segfault.patch" "${FILESDIR}/${P}-std_isnan.patch" + "${FILESDIR}/${P}-glibc-2.23.patch" ) pkg_setup() {