Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3mmee/, www-client/w3mmee/files/
Date: Sun, 01 Apr 2018 12:24:37
Message-Id: 1522585439.664a65694b74ad08f7df35f43d5f99f40d697815.hattya@gentoo
1 commit: 664a65694b74ad08f7df35f43d5f99f40d697815
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 12:10:27 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 12:23:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664a6569
7
8 www-client/w3mmee: fix preprocessor error
9
10 Closes: https://bugs.gentoo.org/556928
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 www-client/w3mmee/files/w3mmee-rc_name.patch | 11 +++++++++++
14 www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 1 +
15 2 files changed, 12 insertions(+)
16
17 diff --git a/www-client/w3mmee/files/w3mmee-rc_name.patch b/www-client/w3mmee/files/w3mmee-rc_name.patch
18 new file mode 100644
19 index 00000000000..a16a7b9cf2c
20 --- /dev/null
21 +++ b/www-client/w3mmee/files/w3mmee-rc_name.patch
22 @@ -0,0 +1,11 @@
23 +--- a/rc_name.mk_btri.h
24 ++++ b/rc_name.mk_btri.h
25 +@@ -2,7 +2,7 @@
26 +
27 + #define STRING_LITERAL(x) # x
28 + #undef def_rcsect_begin
29 +-#define def_rcsect_begin(n) STRING_LITERAL(* ## n), &sections[secti_ ## n]
30 ++#define def_rcsect_begin(n) STRING_LITERAL(*n), &sections[secti_ ## n]
31 +
32 + #undef def_rcsect_end
33 + #define def_rcsect_end(n)
34
35 diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
36 index 9d1a74ccfa0..d820c40cf56 100644
37 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
38 +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
39 @@ -40,6 +40,7 @@ PATCHES=(
40 "${FILESDIR}"/${PN}-gcc-4.4.patch
41 "${FILESDIR}"/${PN}-gcc-4.5.patch
42 "${FILESDIR}"/${PN}-glibc-2.14.patch
43 + "${FILESDIR}"/${PN}-rc_name.patch
44 "${FILESDIR}"/${PN}-time.patch
45 "${FILESDIR}"/${PN}-tinfo.patch
46 "${FILESDIR}"/${PN}-w3mman.patch