summaryrefslogtreecommitdiff
path: root/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-03-11 01:49:36 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-03-11 01:49:36 +0000
commitcf7807d7aea23a99a144afceaba961cfed652b5f (patch)
treeffd2c781c27e0b7e72152a685a04938a2b7966f0 /net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
parent7c5ebaf83da4c538dd11b56fdd5dfdf39dcbc096 (diff)
gentoo auto-resync : 11:03:2025 - 01:49:36HEADmaster
Diffstat (limited to 'net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild')
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
index 390d8ab5e193..a1948909e39f 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
@@ -160,11 +160,6 @@ src_configure() {
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
filter-lto
- # bug #948072 (gcc PR118464)
- if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
- append-cxxflags "-fno-tree-loop-optimize"
- fi
-
# It does not compile on alpha without this in LDFLAGS
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
use alpha && append-ldflags "-Wl,--no-relax"