New commits:
commit 36aa0d53ed4599583f6ca1b8d1eaf9ef9242830d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
cairo: update to 1.12.18 and ditch LTO stuff (update needed to fix
firefox scrolling crash)
diff --git a/x11-libs/cairo/CONFIGURE b/x11-libs/cairo/CONFIGURE
index 37d1778..f25256b 100755
--- a/x11-libs/cairo/CONFIGURE
+++ b/x11-libs/cairo/CONFIGURE
@@ -1,7 +1,3 @@
config_query_option CAIRO_OPTS "Enable cairo's tee surface backend feature?"
n \
"--enable-tee=yes"
\
- "--enable-tee=no"
&&
-
-config_query_option CAIRO_OPTS "Disable LTO?" n
\
- "--disable-lto"
\
- ""
+ "--enable-tee=no"
diff --git a/x11-libs/cairo/DETAILS b/x11-libs/cairo/DETAILS
index c44f1da..d335876 100755
--- a/x11-libs/cairo/DETAILS
+++ b/x11-libs/cairo/DETAILS
@@ -10,15 +10,15 @@ case "$CAIRO_BRANCH" in
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" ;;