From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1A31D59CB4 for ; Wed, 20 Apr 2016 04:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7B4921C039; Wed, 20 Apr 2016 04:11:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4F07521C039 for ; Wed, 20 Apr 2016 04:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EABCD3409B7 for ; Wed, 20 Apr 2016 04:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A571363 for ; Wed, 20 Apr 2016 04:11:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1461125435.260218be356dff03fce8c361684ec5376fe8e66b.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e4rat/files/, sys-fs/e4rat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild sys-fs/e4rat/files/e4rat-0.2.4-sysmacros.patch X-VCS-Directories: sys-fs/e4rat/ sys-fs/e4rat/files/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 260218be356dff03fce8c361684ec5376fe8e66b X-VCS-Branch: master Date: Wed, 20 Apr 2016 04:11:26 +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: 1ccb93a6-9711-43fe-b543-80485c83f1eb X-Archives-Hash: b0142fb1116d378b0735058ff6cfec87 commit: 260218be356dff03fce8c361684ec5376fe8e66b Author: Mike Frysinger gentoo org> AuthorDate: Wed Apr 20 04:10:35 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Apr 20 04:10:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260218be sys-fs/e4rat: fix build w/newer glibc #580534 sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild | 1 + sys-fs/e4rat/files/e4rat-0.2.4-sysmacros.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild b/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild index 6620ba5..7bbee65 100644 --- a/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild +++ b/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild @@ -32,6 +32,7 @@ CONFIG_CHECK="~AUDITSYSCALL" PATCHES=( "${FILESDIR}"/${PN}-0.2.2-shared-build.patch "${FILESDIR}"/${PN}-0.2.2-libdir.patch + "${FILESDIR}"/${PN}-0.2.4-sysmacros.patch #580534 ) pkg_setup() { diff --git a/sys-fs/e4rat/files/e4rat-0.2.4-sysmacros.patch b/sys-fs/e4rat/files/e4rat-0.2.4-sysmacros.patch new file mode 100644 index 0000000..5cdcf3f --- /dev/null +++ b/sys-fs/e4rat/files/e4rat-0.2.4-sysmacros.patch @@ -0,0 +1,13 @@ +https://sourceforge.net/p/e4rat/tickets/5/ +https://bugs.gentoo.org/580534 + +--- a/src/common.hh ++++ b/src/common.hh +@@ -20,6 +20,7 @@ + #ifndef COMMON_HH + #define COMMON_HH + ++#include + #include + #include + #include