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 C474159CAF for ; Sun, 10 Apr 2016 09:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5694B21C059; Sun, 10 Apr 2016 09:49:07 +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 F1F8B21C059 for ; Sun, 10 Apr 2016 09:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0B3E4340A6A for ; Sun, 10 Apr 2016 09:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC0A2C9 for ; Sun, 10 Apr 2016 09:49:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1460281739.08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/p7zip/files/p7zip-15.14.1-darwin.patch X-VCS-Directories: app-arch/p7zip/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e X-VCS-Branch: master Date: Sun, 10 Apr 2016 09:49:03 +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: 0152179a-0f6d-4a32-8836-96c65b5ef18b X-Archives-Hash: 953053bbcb4478d283fb81043662d0ef commit: 08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e Author: Lars Wendler gentoo org> AuthorDate: Sun Apr 10 09:48:44 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Apr 10 09:48:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e65ecd app-arch/p7zip: Added missing darwin patch (bug #579482). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> app-arch/p7zip/files/p7zip-15.14.1-darwin.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app-arch/p7zip/files/p7zip-15.14.1-darwin.patch b/app-arch/p7zip/files/p7zip-15.14.1-darwin.patch new file mode 100644 index 0000000..e7f40f5 --- /dev/null +++ b/app-arch/p7zip/files/p7zip-15.14.1-darwin.patch @@ -0,0 +1,11 @@ +--- p7zip_15.14.1/CPP/myWindows/StdAfx.h ++++ p7zip_15.14.1/CPP/myWindows/StdAfx.h +@@ -32,7 +32,7 @@ + #include + #include + +-#ifdef __NETWARE__ ++#if defined(__NETWARE__) || defined(__MACH__) + #include + #endif +