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 09EF81382C5 for ; Thu, 3 Jun 2021 07:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6086DE083D; Thu, 3 Jun 2021 07:01:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49FFAE083D for ; Thu, 3 Jun 2021 07:01:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EE6D7340EC7 for ; Thu, 3 Jun 2021 07:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C727A1 for ; Thu, 3 Jun 2021 07:01:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1622703671.5582b9fc1dc658e8920c30827df01789bc470d91.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rss-glx/, x11-misc/rss-glx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rss-glx/files/rss-glx-0.9.1-missing-include.patch x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild X-VCS-Directories: x11-misc/rss-glx/ x11-misc/rss-glx/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5582b9fc1dc658e8920c30827df01789bc470d91 X-VCS-Branch: master Date: Thu, 3 Jun 2021 07:01:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c7e79e6-33f9-408b-8ed7-abd3f64d57f2 X-Archives-Hash: 0df440a096fecab59082503983e0769f commit: 5582b9fc1dc658e8920c30827df01789bc470d91 Author: Alexander Miller gmx de> AuthorDate: Fri Apr 30 20:40:07 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 3 07:01:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5582b9fc x11-misc/rss-glx: Add missing #include for GCC 11 Closes: https://bugs.gentoo.org/787119 Signed-off-by: Alexander Miller gmx.de> Signed-off-by: Joonas Niilola gentoo.org> x11-misc/rss-glx/files/rss-glx-0.9.1-missing-include.patch | 10 ++++++++++ x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/x11-misc/rss-glx/files/rss-glx-0.9.1-missing-include.patch b/x11-misc/rss-glx/files/rss-glx-0.9.1-missing-include.patch new file mode 100644 index 00000000000..6a6e286f873 --- /dev/null +++ b/x11-misc/rss-glx/files/rss-glx-0.9.1-missing-include.patch @@ -0,0 +1,10 @@ +--- a/src/Implicit/impSurface.h ++++ b/src/Implicit/impSurface.h +@@ -25,6 +25,7 @@ + #ifdef WIN32 + #include + #endif ++#include + #include + #include + diff --git a/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild b/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild index 28f3cef7b41..592380db37f 100644 --- a/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild +++ b/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild @@ -42,6 +42,7 @@ PATCHES=( "${FILESDIR}"/${P}-c++11-narrowing.patch "${FILESDIR}"/${P}-hang.patch "${FILESDIR}"/${P}-matrixview-copy-font.patch + "${FILESDIR}"/${P}-missing-include.patch ) src_prepare() {