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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3745C1581EC for ; Fri, 22 Nov 2024 14:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C6FE085A; Fri, 22 Nov 2024 14:04:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72EF1E085A for ; Fri, 22 Nov 2024 14:04:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB2E634168D for ; Fri, 22 Nov 2024 14:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1560B18C4 for ; Fri, 22 Nov 2024 14:04:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732284222.a226c8c382e6c9d45f3e812e09476ab13380666e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild X-VCS-Directories: dev-db/firebird/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a226c8c382e6c9d45f3e812e09476ab13380666e X-VCS-Branch: master Date: Fri, 22 Nov 2024 14:04:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7dd0f580-ca3d-447b-bda7-c278115a87db X-Archives-Hash: 04e3e695c1f9c158b2a2c9157eec8e94 commit: a226c8c382e6c9d45f3e812e09476ab13380666e Author: Sam James gentoo org> AuthorDate: Fri Nov 22 14:03:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 22 14:03:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a226c8c3 dev-db/firebird: build w/ gnu++03 Fails to build against ICU-75 otherwise. Closes: https://bugs.gentoo.org/943285 Signed-off-by: Sam James gentoo.org> dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild | 2 ++ dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild b/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild index 5fd90979b8e5..786f4b4ea1b8 100644 --- a/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild +++ b/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild @@ -94,6 +94,8 @@ src_prepare() { # bug #917662, bug #924659 filter-lto append-flags -fno-strict-aliasing $(test-flags-CXX -fno-lifetime-dse) + # bug #943285 + append-cxxflags -std=gnu++03 # use gentoo's CXXFLAGS instead of whatever firebird decided on # doesn't replace all firebird's CXXFLAGS, but at least this is last, diff --git a/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild b/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild index 6f2ba7ca3b89..42e2da418f36 100644 --- a/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild +++ b/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild @@ -96,6 +96,8 @@ src_configure() { # bug #917662, bug #924659 filter-lto append-flags -fno-strict-aliasing $(test-flags-CXX -fno-lifetime-dse) + # bug #943285 + append-cxxflags -std=gnu++03 # otherwise this doesnt build with gcc-6 # http://tracker.firebirdsql.org/browse/CORE-5099