summaryrefslogtreecommitdiff
path: root/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
diff options
context:
space:
mode:
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"