Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/files/
Date: Wed, 01 Feb 2017 22:42:00
Message-Id: 1485988837.64ccb624b18f1714e653ea129fefa61d10c3b30d.soap@gentoo
1 commit: 64ccb624b18f1714e653ea129fefa61d10c3b30d
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 31 17:43:24 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:40:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ccb624
7
8 sci-electronics/iverilog: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3740
11
12 .../iverilog/files/iverilog-0.9.1-gcc45.patch | 37 ----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/sci-electronics/iverilog/files/iverilog-0.9.1-gcc45.patch b/sci-electronics/iverilog/files/iverilog-0.9.1-gcc45.patch
16 deleted file mode 100644
17 index 4a69142..00000000
18 --- a/sci-electronics/iverilog/files/iverilog-0.9.1-gcc45.patch
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -Fixing build with gcc 4.5
22 -
23 -https://bugs.gentoo.org/show_bug.cgi?id=319361
24 -
25 ---- pform_disciplines.cc
26 -+++ pform_disciplines.cc
27 -@@ -27,8 +27,8 @@
28 - map<perm_string,ivl_discipline_t> disciplines;
29 - map<perm_string,ivl_nature_t> access_function_nature;
30 -
31 --static perm_string nature_name = perm_string::perm_string();
32 --static perm_string nature_access = perm_string::perm_string();
33 -+static perm_string nature_name = perm_string();
34 -+static perm_string nature_access = perm_string();
35 -
36 - void pform_start_nature(const char*name)
37 - {
38 -@@ -82,8 +82,8 @@
39 - // expressions that use the access function can find it.
40 - access_function_nature[nature_access] = tmp;
41 -
42 -- nature_name = perm_string::perm_string();
43 -- nature_access = perm_string::perm_string();
44 -+ nature_name = perm_string();
45 -+ nature_access = perm_string();
46 - }
47 -
48 -
49 -@@ -171,7 +171,7 @@
50 - FILE_NAME(tmp, loc);
51 -
52 - /* Clear the static variables for the next item. */
53 -- discipline_name = perm_string::perm_string();
54 -+ discipline_name = perm_string();
55 - discipline_domain = IVL_DIS_NONE;
56 - discipline_potential = 0;
57 - discipline_flow = 0;