summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-16 09:40:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-16 10:24:20 +0200
commit2f1b7fab01208fea762ce9b179d2f55095c1381b (patch)
tree6318ae5fb20b9307c8f14c210ef0e0faa14ae4c3 /dev-db/firebird/files
parentgnome-extra/gnome-commander: version bump to 1.10.1 (diff)
downloadgentoo-2f1b7fab01208fea762ce9b179d2f55095c1381b.tar.gz
gentoo-2f1b7fab01208fea762ce9b179d2f55095c1381b.tar.bz2
gentoo-2f1b7fab01208fea762ce9b179d2f55095c1381b.zip
dev-db/firebird: Drop 3.0.2.32703.0-r2
Bug: https://bugs.gentoo.org/686150 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/firebird/files')
-rw-r--r--dev-db/firebird/files/firebird-3.0.2.32703.0-gcc6.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-db/firebird/files/firebird-3.0.2.32703.0-gcc6.patch b/dev-db/firebird/files/firebird-3.0.2.32703.0-gcc6.patch
deleted file mode 100644
index e1361415c03b..000000000000
--- a/dev-db/firebird/files/firebird-3.0.2.32703.0-gcc6.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 3618aa2171674babf79ef935aa049c40a3db1321
-Author: asfernandes <asfernandes@users.sourceforge.net>
-Date: Sat Mar 5 03:39:36 2016 +0000
-
- Make the generated code compatible with gcc 6 in C++-14 mode.
-
-diff --git a/src/gpre/c_cxx.cpp b/src/gpre/c_cxx.cpp
-index 2af96c6..2dcffd6 100644
---- a/src/gpre/c_cxx.cpp
-+++ b/src/gpre/c_cxx.cpp
-@@ -2820,7 +2820,7 @@ static void gen_request(const gpre_req* request)
- printa(0, "static %sshort\n isc_%dl = %d;",
- (request->req_flags & REQ_extend_dpb) ? "" : CONST_STR,
- request->req_ident, request->req_length);
-- printa(0, "static %schar\n isc_%d [] = {", CONST_STR, request->req_ident);
-+ printa(0, "static %sunsigned char\n isc_%d [] = {", CONST_STR, request->req_ident);
-
- const TEXT* string_type = "blr";
- if (gpreGlob.sw_raw)