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 7EE121382C5 for ; Sun, 1 Apr 2018 12:24:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DECAE09EC; Sun, 1 Apr 2018 12:24:36 +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 4A09CE09EC for ; Sun, 1 Apr 2018 12:24:36 +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 414E0335DA8 for ; Sun, 1 Apr 2018 12:24:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0EC026F for ; Sun, 1 Apr 2018 12:24:33 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1522585439.664a65694b74ad08f7df35f43d5f99f40d697815.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3mmee/, www-client/w3mmee/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3mmee/files/w3mmee-rc_name.patch www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild X-VCS-Directories: www-client/w3mmee/files/ www-client/w3mmee/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 664a65694b74ad08f7df35f43d5f99f40d697815 X-VCS-Branch: master Date: Sun, 1 Apr 2018 12:24:33 +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: 65302566-6407-443d-96d0-8960b5c10ed0 X-Archives-Hash: 21b0f9adb92bffa4d7462247e7b1db4e commit: 664a65694b74ad08f7df35f43d5f99f40d697815 Author: Akinori Hattori gentoo org> AuthorDate: Sun Apr 1 12:10:27 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Apr 1 12:23:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664a6569 www-client/w3mmee: fix preprocessor error Closes: https://bugs.gentoo.org/556928 Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/w3mmee/files/w3mmee-rc_name.patch | 11 +++++++++++ www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/www-client/w3mmee/files/w3mmee-rc_name.patch b/www-client/w3mmee/files/w3mmee-rc_name.patch new file mode 100644 index 00000000000..a16a7b9cf2c --- /dev/null +++ b/www-client/w3mmee/files/w3mmee-rc_name.patch @@ -0,0 +1,11 @@ +--- a/rc_name.mk_btri.h ++++ b/rc_name.mk_btri.h +@@ -2,7 +2,7 @@ + + #define STRING_LITERAL(x) # x + #undef def_rcsect_begin +-#define def_rcsect_begin(n) STRING_LITERAL(* ## n), §ions[secti_ ## n] ++#define def_rcsect_begin(n) STRING_LITERAL(*n), §ions[secti_ ## n] + + #undef def_rcsect_end + #define def_rcsect_end(n) diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild index 9d1a74ccfa0..d820c40cf56 100644 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild @@ -40,6 +40,7 @@ PATCHES=( "${FILESDIR}"/${PN}-gcc-4.4.patch "${FILESDIR}"/${PN}-gcc-4.5.patch "${FILESDIR}"/${PN}-glibc-2.14.patch + "${FILESDIR}"/${PN}-rc_name.patch "${FILESDIR}"/${PN}-time.patch "${FILESDIR}"/${PN}-tinfo.patch "${FILESDIR}"/${PN}-w3mman.patch